Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
alvr committed Feb 18, 2021
1 parent 994703e commit d414846
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ implementation("org.glassfish.jaxb:jaxb-runtime:2.3.3")
| Android 9.0 (28) | `android-28`, `android-28-jdk8` | `android-28-jdk11` |
| Android 10 (29) | `android-29`, `android-29-jdk8` | `android-29-jdk11` |
| Android 11 (30) | `android-30`, `android-30-jdk8`, `latest`, `latest-jdk8` | `android-30-jdk11`, `latest-jdk11` |
| Android 12 (31) | `android-S`, `android-S-jdk8` | `android-S-jdk11` |
| Android 12 (31) | `android-S`, `android-S-jdk8` | `android-S-jdk11` |

> :memo: The tags `latest` and `android-XX` will be using the JDK8 base image for one year after AGP 7.0.0 is released to avoid problems with currents CI/CD configurations. That date is yet TBD. After that date, if you want to continue to use JDK8, you must update your configuration with the corresponding tag.
> :warning: Android 12 is in a preview state. Preview versions are tagged differently using the letter of the version instead the API level.
### Versioning

Since January 1st 2021, new versions now include the date it was published so is possible to revert to a previous version. The versioning only applies to tags with the JDK version specified. The tag's format is: `android-XX-jdkZZ-vYYYY.MM.DD`, where:
Expand Down Expand Up @@ -452,4 +454,11 @@ extras fastlane <version>

The main difference between Alpine Android and Alpine Android Base is that the first one includes the corresponding `build-tools` and `platforms;android` versions. All Alpine Android versions share 95% of the code. Using a base image with the common part makes it easier to maintain.

<!-- markdownlint-configure-file { "MD033": { "allowed_elements": ["a", "details", "img", "p", "summary"] } } -->
<!--
markdownlint-configure-file {
"MD028": false,
"MD033": {
"allowed_elements": ["a", "details", "img", "p", "summary"]
}
}
-->

0 comments on commit d414846

Please sign in to comment.