mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
Merge pull request #2107 from connyduck/shrink_resources
enable shrinkResources
This commit is contained in:
commit
ed7c834222
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