This commit is contained in:
@@ -16,7 +16,7 @@ android {
|
|||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
storeFile file('/root/.android/release.keystore')
|
storeFile file('release.keystore')
|
||||||
storePassword System.getProperty('KEYSTORE_PASSWORD')
|
storePassword System.getProperty('KEYSTORE_PASSWORD')
|
||||||
keyAlias System.getProperty('KEY_ALIAS')
|
keyAlias System.getProperty('KEY_ALIAS')
|
||||||
keyPassword System.getProperty('KEY_PASSWORD')
|
keyPassword System.getProperty('KEY_PASSWORD')
|
||||||
@@ -40,4 +40,4 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user