Skip to content

Commit

Permalink
Add accidentally removed debug applicationIdSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ciriousjoker committed May 18, 2024
1 parent 0233b51 commit d6e1222
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ android {
}

buildTypes {
debug {
applicationIdSuffix ".debug"
}
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.debug
signingConfig signingConfigs.release
}
}
}
Expand Down

0 comments on commit d6e1222

Please sign in to comment.