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 aabb166 commit d719136Copy full SHA for d719136
app/build.gradle
@@ -19,7 +19,7 @@ android {
19
20
buildTypes {
21
release {
22
- minifyEnabled false
+ minifyEnabled true
23
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
24
signingConfig signingConfigs.release
25
}
0 commit comments