Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update target Android version from 11 to 12. (API 30 to 31). #15001

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Oct 9, 2021

We just updated from 10 to 11 which enabled scoped storage, but now that 12 is final, we might as well target that. Some new APIs are available that might be useful, like a crash dump API and more refresh rate control.

For after all the 1.12.x updates.

We just updated from 10 to 11 which enabled scoped storage, but now
that 12 is final, we might as well target that. Some new APIs are
available that might be useful, like a crash dump
API and more refresh rate control.
@hrydgard hrydgard added this to the v1.13 milestone Oct 9, 2021
@marcoluc97
Copy link

marcoluc97 commented Oct 13, 2021

Hi @hrydgard sorry to disturb can i ask why the minSdkVersion is still on 9 value? Is not time to move to a more newer OS versions? Like these:

Platform Version API Level VERSION_CODE
Android 12 31 S
Android 11 30 R
Android 10 29 Q
Android 9 28 P
Android 8.1 27 O_MR1
Android 8.0 26 O
Android 7.1.1, 7.1 25 N_MR1
Android 7.0 24 N
Android 6.0 23 M
Android 5.1 22 LOLLIPOP_MR1
Android 5.0 21 LOLLIPOP
Android 4.4 19 KITKAT
Android 4.3 18 JELLY_BEAN_MR2
Android 4.2, 4.2.2 17 JELLY_BEAN_MR1
Android 4.1, 4.1.1 16 JELLY_BEAN
Android 4.0.3, 4.0.4 15 ICE_CREAM_SANDWICH_MR1
Android 4.0, 4.0.1, 4.0.2 14 ICE_CREAM_SANDWICH

Here the URL for the Android Developer API Level website page https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels
If this question is stupid disregard.
Thanks

@hrydgard
Copy link
Owner Author

hrydgard commented Oct 13, 2021

Just for the fun of supporting the Sony Xperia Play (Sony's gaming phone with a built-in slide-out controller).

If somehow one day it gets difficult to support it, we'll drop it of course, but it hasn't so far.

@marcoluc97
Copy link

Just for the fun of supporting the Sony Xperia Play (Sony's gaming phone with a built-in slide-out controller).

If somehow one day it gets difficult to support it, we'll drop it of course, but it hasn't so far.

OMG you too have one!! My 2nd Android smartphone after the Galaxy S

@hrydgard hrydgard merged commit 1cd520a into master Oct 19, 2021
@hrydgard hrydgard deleted the update-android-target branch October 19, 2021 07:44
@unknownbrackets unknownbrackets restored the update-android-target branch October 19, 2021 14:09
@unknownbrackets unknownbrackets deleted the update-android-target branch October 19, 2021 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants