chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
842 stars 133 forks source link

Update minimum API level (2024) #718

Closed mhsmith closed 1 month ago

mhsmith commented 2 years ago

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:

mhsmith commented 1 year 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.

mhsmith commented 3 months ago

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.