show dev in the name

This commit is contained in:
otsmr 2026-08-23 00:47:58 +02:00
parent 0c16188877
commit 77d057c248
2 changed files with 3 additions and 1 deletions

View file

@ -40,6 +40,7 @@ android {
targetSdk = flutter.targetSdkVersion targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode versionCode = flutter.versionCode
versionName = flutter.versionName versionName = flutter.versionName
manifestPlaceholders = [appName: "twonly"]
} }
signingConfigs { signingConfigs {
release { release {
@ -53,6 +54,7 @@ android {
buildTypes { buildTypes {
debug { debug {
applicationIdSuffix ".testing" applicationIdSuffix ".testing"
manifestPlaceholders = [appName: "twonly [dev]"]
} }
// profile { // profile {
// applicationIdSuffix ".STOP" // applicationIdSuffix ".STOP"

View file

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<application <application
android:label="twonly" android:label="${appName}"
android:name=".MyApplication" android:name=".MyApplication"
android:allowBackup="false" android:allowBackup="false"
android:fullBackupContent="false" android:fullBackupContent="false"