Skip to content

Commit 2691114

Browse files
committed
Remove unavailable proguard rules
1 parent c9bb0f9 commit 2691114

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

android/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ android {
4242
getByName("release") {
4343
isMinifyEnabled = true
4444
proguardFiles(
45-
getDefaultProguardFile("proguard-android-optimize.txt"),
46-
"proguard-rules.pro",
45+
getDefaultProguardFile("proguard-android-optimize.txt")
4746
)
4847
}
4948
getByName("debug") {

0 commit comments

Comments
 (0)