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

Version Code "JELLYBEAN" needs to be replaced with "JELLY_BEAN" #28

Closed ybbarng closed 2 years ago

ybbarng commented 2 years ago

Hello, I found that the version code of Jellybean text is different from Build.VERSION_CODES

JELLY_BEAN, JELLY_BEAN_MR1, JELLY_BEAN_MR2 are exist in Build.VERSION_CODES, but the apilevels pages shows them as JELLYBEAN, JELLYBEAN_MR1, JELLYBEAN_MR2.

I think they needs to be changed to match the names in SDK.

ebelinski commented 2 years ago

Good catch, thanks @ybbarng! I have fixed the Jelly Bean version codes.