Bump android target sdk version to 33

See https://support.google.com/googleplay/android-developer/answer/11926878?hl=en
This commit is contained in:
Tamás Bálint Misius
2024-08-31 09:03:28 +02:00
parent f58d4fbd63
commit 867b8e4327

View File

@@ -8,7 +8,7 @@
>
<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="30"
android:targetSdkVersion="33"
/>
<uses-feature
android:glEsVersion="0x00020000"