We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c44f9 commit 52ceef3Copy full SHA for 52ceef3
android-template/app/build.gradle
@@ -19,7 +19,7 @@ android {
19
buildTypes {
20
release {
21
minifyEnabled false
22
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
+ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
23
}
24
25
android/capacitor/build.gradle
@@ -53,7 +53,7 @@ android {
53
54
55
56
57
58
59
lintOptions {
0 commit comments