mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-23 19:11:19 +01:00
enable shrinkResources
This commit is contained in:
parent
8a7171a7fe
commit
4f657a9be8
@ -41,6 +41,7 @@ android {
|
|||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
|
shrinkResources true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
if (keystorePropertiesFile.exists()) {
|
if (keystorePropertiesFile.exists()) {
|
||||||
signingConfig signingConfigs.release
|
signingConfig signingConfigs.release
|
||||||
|
Loading…
Reference in New Issue
Block a user