Skip to content

Commit

Permalink
Update changelog to release v9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thyrlian committed May 29, 2023
1 parent 9f09276 commit 36876a0
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# Changelog

## 9.1

Replace [environment variable](https://developer.android.com/tools/variables#envar) `ANDROID_SDK_ROOT` (deprecated) with `ANDROID_HOME`

**Main Image**

```console
docker pull thyrlian/android-sdk:9.1
```

**What's New**
* Upgraded OpenJDK from 17.0.6 to 17.0.7
* Upgraded Kotlin compiler from 1.8.20 to 1.8.21

Component | Version
--------- | -------
Ubuntu | 22.04.2 LTS (Jammy Jellyfish)
Java | 17.0.7
Gradle | 8.1.1
Kotlin compiler | 1.8.21
Android SDK Command-line Tools | 9.0
OpenSSH | 1:8.9p1-3

**Variant Image**

```console
docker pull thyrlian/android-sdk-jdk11:9.1
```

**What's New**
* Upgraded OpenJDK from 11.0.18 to 11.0.19

Component | Version
--------- | -------
Java | 11.0.19

**Sub-image**: VNC

```console
docker pull thyrlian/android-sdk-vnc:9.1
```

Component | Version
--------- | -------
TightVNC | 1.3.10

**Sub-image**: Firebase Test Lab

```console
docker pull thyrlian/android-sdk-firebase-test-lab:9.1
```

**What's New**
* Upgraded Google Cloud SDK from 427.0.0 to 432.0.0

Component | Version
--------- | -------
Google Cloud SDK | 432.0.0

---

## 9.0

**Main Image**
Expand Down

0 comments on commit 36876a0

Please sign in to comment.