mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
disable proguard for a build
This commit is contained in:
parent
2658c52809
commit
e045adce89
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ android {
|
|||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue