mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-03-31 08:50:11 +02:00
make building the app easier, do not require a release version
This commit is contained in:
parent
6af0658975
commit
af2e66aa1b
@ -40,7 +40,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