diff --git a/android/app/build.gradle b/android/app/build.gradle index 8ff9cb7b..e200ccee 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -40,6 +40,7 @@ android { targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName + manifestPlaceholders = [appName: "twonly"] } signingConfigs { release { @@ -53,6 +54,7 @@ android { buildTypes { debug { applicationIdSuffix ".testing" + manifestPlaceholders = [appName: "twonly [dev]"] } // profile { // applicationIdSuffix ".STOP" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 2f7732ad..8f648018 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@