Skip to content

Commit

Permalink
Disable minification. No difference with it activated
Browse files Browse the repository at this point in the history
  • Loading branch information
astarivi committed Jun 6, 2023
1 parent 49333b8 commit 063c813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ android {

buildTypes {
release {
minifyEnabled true
shrinkResources true
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 063c813

Please sign in to comment.