Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Shrink resources in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Apr 17, 2016
1 parent ca16331 commit b19167f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CacheCleaner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit b19167f

Please sign in to comment.