Skip to content

Commit

Permalink
Re-enable minify
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamlooker committed Oct 7, 2023
1 parent ae319df commit 7b63a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"))
}
create("alpha") {
Expand Down
3 changes: 2 additions & 1 deletion core/data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ android {

buildTypes {
release {
isMinifyEnabled = true
// TODO: Enable once using
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"))
}
create("alpha") {
Expand Down

0 comments on commit 7b63a57

Please sign in to comment.