From fa036f9406f30c279a4d629528812fd00ccde97f Mon Sep 17 00:00:00 2001
From: Death Killer <884052+deathkiller@users.noreply.github.com>
Date: Mon, 22 Apr 2024 00:31:55 +0200
Subject: [PATCH] Fixed build
---
android/app/src/main/AndroidManifest.xml.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/android/app/src/main/AndroidManifest.xml.in b/android/app/src/main/AndroidManifest.xml.in
index 331861eb..1e3f422a 100644
--- a/android/app/src/main/AndroidManifest.xml.in
+++ b/android/app/src/main/AndroidManifest.xml.in
@@ -12,12 +12,12 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:exported="true" android:screenOrientation="userLandscape"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize">
-
+
@@ -27,6 +27,7 @@
android:enabled="false" android:exported="true"
android:icon="@mipmap/ic_launcher_alt"
android:targetActivity=".LoadLibraries">
+