Skip to content

Commit

Permalink
Disable minify on android
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanialdo committed Mar 5, 2024
1 parent 2460a88 commit 268f305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {

buildTypes {
getByName("release") {
isMinifyEnabled = true
isMinifyEnabled = false
}
}

Expand Down

0 comments on commit 268f305

Please sign in to comment.