Skip to content

Commit

Permalink
Disable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Sep 14, 2024
1 parent 06f713b commit 6fc02be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
if (isCi) signingConfig signingConfigs.release
}
}
Expand All @@ -49,7 +48,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
shrinkResources true
}
}
Expand Down
15 changes: 0 additions & 15 deletions app/proguard-rules.pro

This file was deleted.

0 comments on commit 6fc02be

Please sign in to comment.