Skip to content

Commit 96dc4e5

Browse files
committed
Remove build warning
1 parent 35c2ada commit 96dc4e5

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
buildTypes {
3939
release {
4040
isMinifyEnabled = false
41-
proguardFiles.addAll(listOf(getDefaultProguardFile("proguard-android.txt"), File("proguard-rules.pro")))
41+
proguardFiles.addAll(listOf(getDefaultProguardFile("proguard-android-optimize.txt"), File("proguard-rules.pro")))
4242
}
4343
}
4444
// https://stackoverflow.com/a/67635863/1079990

0 commit comments

Comments
 (0)