mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Bump Android target SDK version to 33
Google wants this done by August 31:
https://developer.android.com/google/play/requirements/target-sdk
The implications of this for framework projects appear to be minimal.
The biggest one is probably the change to media permissions which makes
them more granular - but we're not handling the permission granting flow
correctly yet anyways, so it's really a nothingburger.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="SampleGame.Android" android:installLocation="auto">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
|
||||
<application />
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user