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 815730b commit 2a15e2cCopy full SHA for 2a15e2c
android/build.gradle
@@ -34,7 +34,7 @@ android {
34
buildTypes {
35
release {
36
minifyEnabled false
37
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
38
}
39
40
lintOptions {
example-app/android/app/build.gradle
@@ -19,7 +19,7 @@ android {
19
20
21
minifyEnabled = false
22
23
24
25
0 commit comments