We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e1ecc commit a6dc4f2Copy full SHA for a6dc4f2
app/build.gradle
@@ -58,6 +58,7 @@ android {
58
release {
59
signingConfig signingConfigs.release
60
minifyEnabled true
61
+ shrinkResources true
62
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
63
}
64
0 commit comments