Fix crash seen on samsung galaxy

This commit is contained in:
2026-09-20 10:08:57 +02:00
parent 3360acb411
commit 70e105e14e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ android {
buildTypes { buildTypes {
debug { debug {
debuggable true debuggable true
applicationIdSuffix ".debug"
} }
release { release {
minifyEnabled true minifyEnabled true
-1
View File
@@ -5,7 +5,6 @@
android:allowBackup="true" android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules" android:fullBackupContent="@xml/backup_rules"
android:hardwareAccelerated="false"
android:icon="@mipmap/ic_launcher_round" android:icon="@mipmap/ic_launcher_round"
android:label="${APP_NAME}" android:label="${APP_NAME}"
android:supportsRtl="true"> android:supportsRtl="true">