-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Does Kivy supports SDK 30? #2411
Comments
Relevant bits from that link:
So it's not actually a requirement yet. |
They extended time, it was postponed last year to give devs more time to migrate their code to newer API's. It might be a problem if the app is very big and have great and crucial dependencies in use (which may be deprecated in newer API's releases)... Better do things with time without rush. |
I ran some quick tests (building with sdk 30, running on android 10):
|
Alright, I'll take look. |
Hi,
I'm considering use Kivy in my projects, but I don't know if it supports API Level 30, which is minimum requirement now in play store deployment.
The text was updated successfully, but these errors were encountered: