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 17196b5 commit bd63510Copy full SHA for bd63510
android/build.gradle
@@ -30,7 +30,7 @@ android {
30
buildTypes {
31
release {
32
minifyEnabled false
33
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
34
}
35
36
lintOptions {
0 commit comments