2
0
Fork 1
mirror of https://github.com/FossifyOrg/Gallery.git synced 2025-04-03 10:15:29 +02:00

disable proguard for a build

This commit is contained in:
tibbi 2017-06-24 23:12:57 +02:00
parent 2658c52809
commit e045adce89

View file

@ -20,7 +20,7 @@ android {
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}