mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2024-12-27 07:42:35 +01: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…
Reference in New Issue
Block a user