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

The Google Play store is mandating the app to target Android 13 (API level 33) #4571

Closed
teolemon opened this issue Aug 18, 2023 · 1 comment · Fixed by #4574 or #4579
Closed

The Google Play store is mandating the app to target Android 13 (API level 33) #4571

teolemon opened this issue Aug 18, 2023 · 1 comment · Fixed by #4574 or #4579
Labels
🐛 bug Something isn't working OS SDK levels

Comments

@teolemon
Copy link
Member

teolemon commented Aug 18, 2023

What

  • The Google Play store is mandating the app to target Android 13 (API level 33)
  • From Aug 31, 2023, if your target API level is not within 1 year of the latest Android release, you won't be able to update your app.
Your highest target API level is Android 12 (API level 31).
To ensure that you can continue to make updates to your app you must:
Update your app to target Android 13 (API level 33).
Publish a new version of your app to production. Before you do this, you can test your app using internal, closed, or open testing.

https://developer.android.com/about/versions/13/behavior-changes-13

@g123k
Copy link
Collaborator

g123k commented Aug 21, 2023

I think we should instead use Flutter 3.13 and target directly 34

@g123k g123k linked a pull request Aug 21, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working OS SDK levels
2 participants