enable shrinkResources
This commit is contained in:
parent
8a7171a7fe
commit
4f657a9be8
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ android {
|
|||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
if (keystorePropertiesFile.exists()) {
|
||||
signingConfig signingConfigs.release
|
||||
|
|
Loading…
Reference in a new issue