Android Images - August Update

Hey Everyone!

A new release for the Android machine (VM) is available, as is a new Docker image.

jobs:
  docker-job:
    docker:
      - image: cimg/android:edge

  vm-job:
    machine:
      image: android:2023.08.1

What’s New

Just software updates this month.

Android Docker

  • Gcloud: 437.0.1 → 440.0.0
  • Gradle 8.1.1 → 8.2.1

Android VM

Includes the above changes as well as:

  • Pyenv 2.3.21 → 2.3.23
  • Docker 20.10.23 → 24.0.2
  • Docker containerd 1.6.20-1 → 1.6.21-1
  • Node.js (LTS) 18.16.1→ 18.17.0
  • Node.js (current) 20.3.1 → 20.5.0

Release Cadence

Expect an update every 1-2 months for these images, excluding security updates

Example

Here’s a quick usage example:

version: 2.1
workflows:
  main:
    jobs:
      - build
jobs:
  build:
    machine:
      image: android:edge
    steps:
      - checkout
      - run: echo "Do some things"

Software

Here is a list of the major software installed on each image. If multiple versions are present, the default is shown here:

Android Machine Image Android Docker Image
Tag android:edge android:2023.08.1
Docker 24.0.2 20.10.23
Docker Compose 2.18.1 2.18.1
Docker Compose Switch 1.0.5 1.0.5
Google Cloud SDK 440.0.0 440.0.0
Android Platform 27 → 34 27 → 34
Android Build Tools 34.0.0-rc3 34.0.0-rc3
Node.js 18.17.0 18.17.0 (node variant)
npm 9.4.2 9.4.2
yarn 1.22.19 1.22.19
Android NDK 25.2.9519653 25.2.9519653
OpenJDK 17.0.6 17.0.6
Maven 3.9.3 3.9.3
Gradle 8.2.1 8.2.1
cmake 3.22.1 3.22.1
Python 3.11.4 3.11.4
Ruby 3.2.2 3.2.2
extras android;m2, google;m2, google play services android;m2, google;m2, google play services
1 Like

theme az 2j3jb