Target SDK lowered for compatibility

Setting it to 36 broke some permission things
Still seems like the game can't write anywhere even with r/w permissions...
This commit is contained in:
2026-03-20 19:07:25 +01:00
parent d5b2c59ebf
commit c54bdfdcff
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="19"
android:targetSdkVersion="36" />
android:targetSdkVersion="30" />
<!-- uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="true"/ -->