mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-13 02:00:49 +01:00
updating the keystore properties file check a bit
This commit is contained in:
parent
f6f1f8d0bc
commit
66fd0b5b95
@ -22,8 +22,8 @@ android {
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
signingConfigs {
|
||||
signingConfigs {
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
release {
|
||||
keyAlias keystoreProperties['keyAlias']
|
||||
keyPassword keystoreProperties['keyPassword']
|
||||
@ -40,9 +40,7 @@ android {
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user