com.bselzer.gradle.internal.android.application.plugin.LocalProperty.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-plugin Show documentation
Show all versions of android-plugin Show documentation
Applies the Android gradle plugin.
The newest version!
package com.bselzer.gradle.internal.android.application.plugin
internal object LocalProperty {
const val STORE_FILE = "storeFile"
const val STORE_PASSWORD = "storePassword"
const val KEY_PASSWORD = "keyPassword"
const val KEY_ALIAS = "keyAlias"
}