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
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"

View file

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