-
Notifications
You must be signed in to change notification settings - Fork 135
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
Labels
Milestone
Comments
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. |
mhsmith
changed the title
Update minimum API level (minSdk)
Update minimum API level (minSdk) (2024)
Jul 7, 2024
mhsmith
changed the title
Update minimum API level (minSdk) (2024)
Update minimum API level (2024)
Jul 7, 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
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/gradle-plugin/README.md.
Relevant changes:
default
andstatic
methods can't be called from Python on Android when minSdk < 24 #1204The text was updated successfully, but these errors were encountered: