Skip to content

Commit cabebee

Browse files
committed
chore(build): remove isMinifyEnabled
1 parent 18f732a commit cabebee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/android/src/main/kotlin/sleep/buildtools/android/convention/AndroidConvention.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal class AndroidConvention : BuildConvention {
5454

5555
ext.buildTypes {
5656
getByName(AndroidBuildTypes.RELEASE.key).apply {
57-
isMinifyEnabled = true
57+
isMinifyEnabled = false
5858
proguardFiles(
5959
ext.getDefaultProguardFile("proguard-android-optimize.txt"),
6060
"proguard-rules.pro"

0 commit comments

Comments
 (0)