Skip to content

Commit

Permalink
chore(build): remove isMinifyEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed Jul 14, 2024
1 parent 18f732a commit cabebee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal class AndroidConvention : BuildConvention {

ext.buildTypes {
getByName(AndroidBuildTypes.RELEASE.key).apply {
isMinifyEnabled = true
isMinifyEnabled = false
proguardFiles(
ext.getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
Expand Down

0 comments on commit cabebee

Please sign in to comment.