]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - build.gradle
Add shrinkResources for slightly smaller APK.
[Dictionary.git] / build.gradle
index 869d3def8bd8d877981ac8dac7de9bef5d7f8143..edf3911ec38fc2182f02f8152c98c41d23dd6200 100644 (file)
@@ -41,6 +41,7 @@ android {
         }
         release {
             minifyEnabled true
+            shrinkResources true
         }
     }
     sourceSets {