forked from Kolyah35/minecraft-pe-0.6.1
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:
@@ -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"/ -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user