diff --git a/3rdParty/SDL2/CMakeLists.txt b/3rdParty/SDL2/CMakeLists.txt
index 1e5d2d11d..9c5007b67 100644
--- a/3rdParty/SDL2/CMakeLists.txt
+++ b/3rdParty/SDL2/CMakeLists.txt
@@ -14,8 +14,8 @@ endif()
include(FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent)
FetchContent_Declare(SDL2
- URL https://github.com/libsdl-org/SDL/archive/2e9821423a237a1206e3c09020778faacfe430be.tar.gz
- URL_HASH MD5=5311423cceaea04fa1e00ae21050b012
+ URL https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.0.18.tar.gz
+ URL_HASH MD5=647e2890385e5f13b9aeee2e27fa26e7
)
FetchContent_MakeAvailableExcludeFromAll(SDL2)
diff --git a/android-project/app/src/main/AndroidManifest.xml b/android-project/app/src/main/AndroidManifest.xml
index e64abe3c9..76d2b0163 100644
--- a/android-project/app/src/main/AndroidManifest.xml
+++ b/android-project/app/src/main/AndroidManifest.xml
@@ -30,7 +30,10 @@
-
+
+
+
+
@@ -53,6 +56,7 @@
android:alwaysRetainTaskState="true"
android:launchMode="singleInstance"
android:configChanges="layoutDirection|locale|orientation|uiMode|screenLayout|screenSize|smallestScreenSize|keyboard|keyboardHidden|navigation"
+ android:preferMinimalPostProcessing="true"
android:screenOrientation="landscape"
>