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 minimum API level (2024) #718

Open
mhsmith opened this issue Sep 20, 2022 · 2 comments
Open

Update minimum API level (2024) #718

mhsmith opened this issue Sep 20, 2022 · 2 comments
Milestone

Comments

@mhsmith
Copy link
Member

mhsmith commented Sep 20, 2022

When deciding whether to desupport old API levels, use the Google Play statistics from the Android Studio new project wizard. The code which downloads the data is at tools/adt/idea/android/src/com/android/tools/idea/stats/DistributionService.java, and the URL it downloads is https://dl.google.com/android/studio/metadata/distributions.json. However, this has been updated irregularly in the past.

Checklist in product/README.md.

Relevant changes:

@mhsmith mhsmith added this to the 15.1 milestone Oct 3, 2023
@mhsmith
Copy link
Member Author

mhsmith commented Oct 3, 2023

distributions.json (with a Last-Modified header of 02 Jun 2023), now shows API level 23 with 97.5% support, so we can move to that now.

As well as the items above, this also allows removing a build-time patch (#980).

@mhsmith mhsmith removed this from the 15.1 milestone Nov 12, 2023
@mhsmith mhsmith added this to the 15.1 milestone Dec 24, 2023
@mhsmith mhsmith changed the title Update minimum API level Update minimum API level (minSdk) Jul 6, 2024
@mhsmith mhsmith changed the title Update minimum API level (minSdk) Update minimum API level (minSdk) (2024) Jul 7, 2024
@mhsmith mhsmith changed the title Update minimum API level (minSdk) (2024) Update minimum API level (2024) Jul 7, 2024
@mhsmith
Copy link
Member Author

mhsmith commented Jul 28, 2024

distributions.json (with a Last-Modified header of 15 May 2024), shows API level 24 with 97.4% support, so we can move to that now.

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

No branches or pull requests

1 participant