Change debug configuration
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-07-17 20:36:44 +02:00
parent 4b84d926d4
commit 63bed07015
2 changed files with 10 additions and 2 deletions

View File

@@ -32,6 +32,10 @@ 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.