ebelinski / apilevels

A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://apilevels.com
MIT License
225 stars 26 forks source link

Added a new column showing the last security patch levels of each Android version #22

Open prullmann opened 2 years ago

prullmann commented 2 years ago

last-security-updates

I find it quite handy to not only see which versions are used how much, but also which versions are still supported via security updates. They yellow highlight is when the last security update was still less than a year ago.

prullmann commented 2 years ago

These dates indeed do not reflect what patch level users are actually getting and running. That's maybe interesting to mention in the footnotes. In your case, you have access to Project Mainline, which (since Android 10) updates certain components directly via the Play Store. Maybe also worth mentioning.

In general I think it's one more aspect to help decide what version to support for your project. That's still a personal, somewhat subjective decision.