From 066629d7e08fea37a250582e0aaa7d7fa14c994e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lollipopkit=F0=9F=8F=B3=EF=B8=8F=E2=80=8D=E2=9A=A7?= =?UTF-8?q?=EF=B8=8F?= <10864310+lollipopkit@users.noreply.github.com> Date: Sun, 8 Jun 2025 20:59:58 +0800 Subject: [PATCH] fix: android build --- android/app/build.gradle | 6 ++---- android/app/src/main/AndroidManifest.xml | 2 +- android/build.gradle | 17 +++++++++++++++++ android/settings.gradle | 2 +- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 91fc5add..04fb5023 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -85,13 +85,11 @@ android { } debug { - applicationIdSuffix '.debug' - resValue "string", "app_name", "SrvBxD" + // No applicationIdSuffix or resValue here } profile { - applicationIdSuffix '.debug' - resValue "string", "app_name", "SrvBxP" + // No applicationIdSuffix or resValue here } } } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 463f073f..99cf3066 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -23,7 +23,7 @@ android:exported="true" android:launchMode="singleTop" android:theme="@style/LaunchTheme" - android:configChanges="orientation|keyboardHidden|keyboard|hardKeyboardHidden|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" + android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|layoutDirection|fontScale|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">