Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
* Android SDK Platform 31: Revision 5 → Revision 1 (Stable)
* Android SDK Platform-Tools: 31.0.0-rc5 → 31.0.0
  • Loading branch information
alvr committed Jul 14, 2021
1 parent e16cda6 commit a3bcd64
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
android-api: [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, S]
android-api: [21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31]
jdk: [8, 11]

steps:
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
28) BUILD_TOOLS_VERSION="28.0.3" ;;
29) BUILD_TOOLS_VERSION="29.0.3" ;;
30) BUILD_TOOLS_VERSION="30.0.3" ;;
S) BUILD_TOOLS_VERSION="31.0.0-rc5" ;;
31) BUILD_TOOLS_VERSION="31.0.0" ;;
esac
echo "BUILD_TOOLS_VERSION=$BUILD_TOOLS_VERSION" >> $GITHUB_ENV
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ 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-31`, `android-31-jdk8` | `android-31-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. Android 12 will be using `latest` tag one month and a half after the stable release (TBD).
> :warning: Android 12 is in beta state. Android 12 will be using `latest` tag one month and a half after the stable release (TBD).
### Versioning

Expand Down Expand Up @@ -279,19 +279,19 @@ RUN apk add --no-cache <list-of-packages>
</details>

<details>
<summary>See content of Android 31 image (Preview)</summary>
<summary>See content of Android 31 image</summary>

![Docker Android S JDK8 Layers](https://img.shields.io/microbadger/layers/alvrme/alpine-android/android-S-jdk8?label=Docker%20JDK8%20Layers&style=for-the-badge) ![Docker Android S JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-S-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)
![Docker Android 31 JDK8 Layers](https://img.shields.io/microbadger/layers/alvrme/alpine-android/android-31-jdk8?label=Docker%20JDK8%20Layers&style=for-the-badge) ![Docker Android 31 JDK8 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-31-jdk8?label=Docker%20JDK8%20Size&style=for-the-badge)

![Docker Android S JDK11 Layers](https://img.shields.io/microbadger/layers/alvrme/alpine-android/android-S-jdk11?label=Docker%20JDK11%20Layers&style=for-the-badge) ![Docker Android S JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-S-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)
![Docker Android 31 JDK11 Layers](https://img.shields.io/microbadger/layers/alvrme/alpine-android/android-31-jdk11?label=Docker%20JDK11%20Layers&style=for-the-badge) ![Docker Android 31 JDK11 Size](https://img.shields.io/docker/image-size/alvrme/alpine-android/android-31-jdk11?label=Docker%20JDK11%20Size&style=for-the-badge)

| Path | Version | Description | Location |
|-----------------------------|------------|-------------------------------------|------------------------------|
| build-tools;31.0.0-rc5 | 31.0.0-rc5 | Android SDK Build-Tools | build-tools/31.0.0-rc5/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.2 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-S | 4 | Android SDK Platform S (Preview) | platforms/android-S/ |
| Path | Version | Description | Location |
|-----------------------------|---------|-------------------------------------|------------------------------|
| build-tools;31.0.0 | 31.0.0 | Android SDK Build-Tools | build-tools/31.0.0/ |
| extras;google;instantapps | 1.9.0 | Google Play Instant Development SDK | extras/google/instantapps/ |
| patcher;v4 | 1 | SDK Patch Applier v4 | patcher/v4/ |
| platform-tools | 31.0.2 | Android SDK Platform-Tools | platform-tools/ |
| platforms;android-31 | 1 | Android SDK Platform 31 | platforms/android-31/ |
</details>

## Containers registries
Expand Down

0 comments on commit a3bcd64

Please sign in to comment.