From 63bed07015e0ec4ca8245eeb6de461154054c623 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 17 Jul 2025 20:36:44 +0200 Subject: [PATCH] Change debug configuration --- moneymgr_mobile/android/app/build.gradle.kts | 4 ++++ moneymgr_mobile/android/app/src/debug/AndroidManifest.xml | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/moneymgr_mobile/android/app/build.gradle.kts b/moneymgr_mobile/android/app/build.gradle.kts index efec4eb..25686ad 100644 --- a/moneymgr_mobile/android/app/build.gradle.kts +++ b/moneymgr_mobile/android/app/build.gradle.kts @@ -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. diff --git a/moneymgr_mobile/android/app/src/debug/AndroidManifest.xml b/moneymgr_mobile/android/app/src/debug/AndroidManifest.xml index ad319dc..99b23d6 100644 --- a/moneymgr_mobile/android/app/src/debug/AndroidManifest.xml +++ b/moneymgr_mobile/android/app/src/debug/AndroidManifest.xml @@ -1,4 +1,5 @@ - + - +