mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-01-09 15:42:33 +01:00
make building the app easier, do not require a release version
This commit is contained in:
parent
45de9b2d01
commit
8aa787fba3
@ -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…
Reference in New Issue
Block a user