Skip to content

Commit

Permalink
[Fix] Minify cause crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Jul 8, 2023
1 parent 1d116ac commit 1f6b124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
if (System.getenv("SIGNING_KEY") != null) {
signingConfig signingConfigs.release
Expand Down

0 comments on commit 1f6b124

Please sign in to comment.