Skip to content

Commit bcfea67

Browse files
committed
revert: proguard change
1 parent 0fabcea commit bcfea67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ android {
102102
// see https://reactnative.dev/docs/signed-apk-android.
103103
signingConfig signingConfigs.debug
104104
minifyEnabled enableProguardInReleaseBuilds
105-
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro"
105+
proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
106106
}
107107
}
108108
}

0 commit comments

Comments
 (0)