Skip to content

Commit d898f10

Browse files
committed
disabled minification for fast builds
1 parent 0898c8e commit d898f10

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
@@ -27,7 +27,7 @@ android {
2727

2828
buildTypes {
2929
release {
30-
val boolean = true
30+
val boolean = false
3131
isMinifyEnabled = boolean
3232
isShrinkResources = boolean
3333
proguardFiles(

0 commit comments

Comments
 (0)