We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proguard-android.txt
1 parent dfb0f04 commit e707399Copy full SHA for e707399
1 file changed
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