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 @@ - + - +