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 MIN_TARGET_API to 30 and RECOMMENDED_TARGET_API to 33 #2683

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Oct 9, 2022

Google Play is enforcing to target a recent API, as it follows:

Android OS version New app Updated app ** Existing app
Android 13 (API level 33) August 1, 2023 November 1, 2023 November 1, 2024
Android 12 (API level 31) August 1, 2022 November 1, 2022 November 1, 2023
Android 11 (API level 30) August 1, 2021 November 1, 2021 November 1, 2022
Name Description
New app An app that is not yet published on Google Play (for example, a brand new app).
Updated app A new version of an app that is already published on Google Play.
Existing app A published app that is not receiving updates.

Further info: https://support.google.com/googleplay/android-developer/answer/11926878?hl=en

This PR bumps MIN_TARGET_API and RECOMMENDED_TARGET_API respectively to 30 and 33, in order to comply with Google Play policy.

✅ Tested during runtime on top of current develop branch (with recent SDL2 changes #2673)

@misl6 misl6 changed the title Update MIN_TARGET_API and RECOMMENDED_TARGET_API Update MIN_TARGET_API to 30 and RECOMMENDED_TARGET_API to 33 Oct 9, 2022
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice thanks

@misl6 misl6 merged commit 1132274 into kivy:develop Oct 10, 2022
shyamnathp pushed a commit to shyamnathp/python-for-android that referenced this pull request Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants