https://github.com/ebelinski/apilevels
A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://github.com/ebelinski/apilevels
android
Last synced: 3 months ago
JSON representation
A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
- Host: GitHub
- URL: https://github.com/ebelinski/apilevels
- Owner: ebelinski
- License: mit
- Created: 2021-08-06T01:55:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T17:29:47.000Z (5 months ago)
- Last Synced: 2025-02-23T18:32:16.134Z (5 months ago)
- Topics: android
- Language: HTML
- Homepage: https://apilevels.com
- Size: 4.46 MB
- Stars: 253
- Watchers: 8
- Forks: 30
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# API Levels
Hello! This is the source code for [Android API Levels](https://apilevels.com), a microsite that displays Android versions and their corresponding identifiers for Android developers. It is built with [Jekyll](https://jekyllrb.com/) and deployed on [GitHub Pages](https://pages.github.com/). Changes merged into the `main` branch are automatically deployed.
## Getting started
To make contributions, you can submit pull requests with changes to the relevant files. If you would like to build the website locally, follow these instructions:
1. Install the [correct version](/.ruby-version) of Ruby, ideally using a tool such as [rbenv](https://github.com/rbenv/rbenv).
2. Install the project Ruby dependencies: `bundle install`.
3. Start the local Jekyll server: `bundle exec jekyll serve`.The website should now be visible in a browser at http://127.0.0.1:4000/.
## Contributing
You may open [issues](https://github.com/ebelinski/apilevels/issues) for suggestions and [pull request](https://github.com/ebelinski/apilevels/pulls) for proposed changes. All contributors must follow the [code of conduct](/CODE_OF_CONDUCT.md). Any contributions you make must follow the [license](#license).
All of the website content is in the [index.md](/index.md), which has a mix of HTML and Markdown code. It's a bit messy, but it works!
## License
This repository is licenced under the [MIT License](/LICENSE.md).