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