Skip to content

Commit b8d64f4

Browse files
Fix build
proguard-android.txt is not longer supported
1 parent eaec4d6 commit b8d64f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
release {
3939
isMinifyEnabled = true
4040
proguardFiles(
41-
getDefaultProguardFile("proguard-android.txt"),
41+
getDefaultProguardFile("proguard-android-optimize.txt"),
4242
"proguard-rules.pro"
4343
)
4444
}

0 commit comments

Comments
 (0)