From 77d057c2480c921272148fe2fd770f78a753d52f Mon Sep 17 00:00:00 2001 From: otsmr Date: Sun, 23 Aug 2026 00:47:58 +0200 Subject: [PATCH] show dev in the name --- android/app/build.gradle | 2 ++ android/app/src/main/AndroidManifest.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@