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 18f732a commit cabebeeCopy full SHA for cabebee
build-tools/android/src/main/kotlin/sleep/buildtools/android/convention/AndroidConvention.kt
@@ -54,7 +54,7 @@ internal class AndroidConvention : BuildConvention {
54
55
ext.buildTypes {
56
getByName(AndroidBuildTypes.RELEASE.key).apply {
57
- isMinifyEnabled = true
+ isMinifyEnabled = false
58
proguardFiles(
59
ext.getDefaultProguardFile("proguard-android-optimize.txt"),
60
"proguard-rules.pro"
0 commit comments