Skip to content

Commit

Permalink
Merge branch 'feat/toast-action' of https://github.com/waterbustech/w…
Browse files Browse the repository at this point in the history
…aterbus into feat/toast-action
  • Loading branch information
chopper985 committed Jan 7, 2025
2 parents 2320283 + 2d6d818 commit fb00e7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ android {
// Signing with the debug keys for now, so `flutter run --release` works.
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.common
debuggable false // make app non-debuggable
crunchPngs true // shrink images
minifyEnabled false // obfuscate code and remove unused code
shrinkResources false
multiDexEnabled true
// debuggable false // make app non-debuggable
// crunchPngs true // shrink images
// minifyEnabled false // obfuscate code and remove unused code
// shrinkResources false
// multiDexEnabled true
}

release {
Expand Down

0 comments on commit fb00e7c

Please sign in to comment.