We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fabcea commit bcfea67Copy full SHA for bcfea67
1 file changed
template/android/app/build.gradle
@@ -102,7 +102,7 @@ android {
102
// see https://reactnative.dev/docs/signed-apk-android.
103
signingConfig signingConfigs.debug
104
minifyEnabled enableProguardInReleaseBuilds
105
- proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
+ proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
106
}
107
108
0 commit comments