mirror of
https://github.com/SimpleMobileTools/Simple-Thank-You.git
synced 2025-03-03 18:47:43 +01:00
make building the app easier, do not require a release version
This commit is contained in:
parent
fa9e66eba7
commit
ea17a52ba2
@ -39,7 +39,9 @@ android {
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user