Refactor signing config
This commit is contained in:
parent
3f4fe35faa
commit
90a1841a97
2 changed files with 10 additions and 21 deletions
|
@ -14,16 +14,6 @@ android {
|
|||
versionName "1.0"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
release {
|
||||
// Add these in ~/.gradle/gradle.properties
|
||||
storeFile file(KEYSTORE_FILE)
|
||||
storePassword KEYSTORE_PASSWORD
|
||||
keyAlias KEYSTORE_ALIAS
|
||||
keyPassword KEYSTORE_PASSWORD
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".dbg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue