Skip to content

Commit

Permalink
Disable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Aug 5, 2023
1 parent 01d496a commit 40e9e39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Stately/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ android {
}
buildTypes {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

Expand Down

0 comments on commit 40e9e39

Please sign in to comment.