From 4b69fe9624ad6b2479324e6099d77a17174aee21 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 20 Nov 2022 13:02:11 +0100 Subject: [PATCH] fix: Publish android --- android/app/src/main/AndroidManifest.xml | 3 ++- scripts/release-playstore-beta.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f15a903..2292e49 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -15,7 +15,8 @@ android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" - android:windowSoftInputMode="adjustResize"> + android:windowSoftInputMode="adjustResize" + android:exported="false">