We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c2ada commit 96dc4e5Copy full SHA for 96dc4e5
app/build.gradle.kts
@@ -38,7 +38,7 @@ android {
38
buildTypes {
39
release {
40
isMinifyEnabled = false
41
- proguardFiles.addAll(listOf(getDefaultProguardFile("proguard-android.txt"), File("proguard-rules.pro")))
+ proguardFiles.addAll(listOf(getDefaultProguardFile("proguard-android-optimize.txt"), File("proguard-rules.pro")))
42
}
43
44
// https://stackoverflow.com/a/67635863/1079990
0 commit comments