Merge pull request #3928 from wb9688/disable-shrink-resources

Disable shrinkResources
This commit is contained in:
Tobias Groza 2020-07-23 18:02:44 +02:00 committed by GitHub
commit 7385aa09a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ android {
// TODO: update Gradle version
release {
minifyEnabled true
shrinkResources true
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
archivesBaseName = 'app'
}