Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Lost-Fly authored May 25, 2024
1 parent 9e2f5a1 commit 06072db
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,21 @@ android {
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
minifyEnabled false
// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
// buildTypes {
// release {
// if (project.hasProperty('excludeMinifyTask') && project.excludeMinifyTask.toBoolean()) {
// minifyEnabled false
// } else {
// minifyEnabled true
// useProguard true
// proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
// }
// }
// }
}


Expand Down

0 comments on commit 06072db

Please sign in to comment.