We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcf9e2 commit 03a95f6Copy full SHA for 03a95f6
app/build.gradle
@@ -37,7 +37,7 @@ android {
37
applicationIdSuffix ".debug"
38
}
39
release {
40
- minifyEnabled false
+ minifyEnabled true
41
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
42
if (keystorePropertiesFile.exists()) {
43
signingConfig signingConfigs.release
0 commit comments