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

Does Kivy supports SDK 30? #2411

Closed
UltraBurstXD opened this issue Jan 25, 2021 · 4 comments
Closed

Does Kivy supports SDK 30? #2411

UltraBurstXD opened this issue Jan 25, 2021 · 4 comments

Comments

@UltraBurstXD
Copy link

UltraBurstXD commented Jan 25, 2021

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.

@obfusk
Copy link
Contributor

obfusk commented Jan 25, 2021

Relevant bits from that link:

Starting in August 2021, new apps will need to:
Publish with the Android App Bundle format.
Use Play Asset Delivery or Play Feature Delivery to deliver assets or features that exceed download size of 150MB. Expansion files (OBBs) will no longer be supported for new apps.
Target API level 30 (Android 11) or above and adjust for behavioral changes.

Starting in November 2021, app updates will be required to target API level 30 or above and adjust for behavioral changes in Android 11. Existing apps that are not receiving updates are unaffected and can continue to be downloaded from the Play Store.

So it's not actually a requirement yet.

@UltraBurstXD
Copy link
Author

UltraBurstXD commented Jan 26, 2021

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.

@obfusk
Copy link
Contributor

obfusk commented Jan 26, 2021

I ran some quick tests (building with sdk 30, running on android 10):

@UltraBurstXD
Copy link
Author

Alright, I'll take look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants