Closed mhsmith closed 1 month ago
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.
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.
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:
1204
1139