Bumped minSdk to 24

This commit is contained in:
mschiller890
2026-03-11 12:27:36 +02:00
parent 904bf68cd6
commit 23cdc15285

View File

@@ -6,8 +6,8 @@
android:installLocation="preferExternal"> android:installLocation="preferExternal">
<!-- This is the platform API where NativeActivity was introduced. --> <!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="21" <uses-sdk android:minSdkVersion="24"
android:targetSdkVersion="21" /> android:targetSdkVersion="24" />
<!-- uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="true"/ --> <!-- uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="true"/ -->