From 675d9d3e4b4843bc96c9f792e14f3e3d411644c1 Mon Sep 17 00:00:00 2001 From: finalerock44 Date: Thu, 6 Aug 2026 15:39:23 +0100 Subject: [PATCH] docs(android): document API level 37 (Android 17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds Android 17 / API 37 to the version table and to the valid levels for pixel-6, pixel-7 and pixel-7-pro, plus the CLI and GitHub Action ranges. Do not merge ahead of the production rollout — this is the public docs site, and API 37 is dev-only until the promote workflows run. --- ci-cd/eas-workflows.md | 2 +- ci-cd/github-actions.md | 2 +- getting-started/devices-configuration.md | 7 ++++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ci-cd/eas-workflows.md b/ci-cd/eas-workflows.md index 343b5db..e73b130 100644 --- a/ci-cd/eas-workflows.md +++ b/ci-cd/eas-workflows.md @@ -201,7 +201,7 @@ Anything you pass on the command line after `npx @devicecloud.dev/eas-workflow@v | Flag | Description | |------|-------------| | `--android-device ` | `pixel-6`, `pixel-6-pro`, `pixel-7`, `pixel-7-pro`. | -| `--android-api-level ` | `29` – `36`. Default `34`. | +| `--android-api-level ` | `29` – `37`. Default `34`. | | `--ios-device ` | `iphone-14`, `iphone-15`, `iphone-16`, `iphone-16-pro`, `iphone-16-pro-max`, `ipad-pro-6th-gen`. | | `--ios-version ` | `16`, `17`, `18`, `26`. Default `17`. | | `--device-locale ` | E.g. `de_DE`. See [Device Locale](../configuration/device-locale.md). | diff --git a/ci-cd/github-actions.md b/ci-cd/github-actions.md index deca32c..1d27ba7 100644 --- a/ci-cd/github-actions.md +++ b/ci-cd/github-actions.md @@ -109,7 +109,7 @@ If you build with EAS, download the build artifact in an earlier step and pass t | Input | Required | Default | Description | |-------|----------|---------|-------------| | `android-device` | No | — | Android device model. Options: `pixel-6`, `pixel-6-pro`, `pixel-7`, `pixel-7-pro`, `generic-tablet`. | -| `android-api-level` | No | `34` | Android API level. Options: `29`, `30`, `31`, `32`, `33`, `34`, `35`, `36`. | +| `android-api-level` | No | `34` | Android API level. Options: `29`, `30`, `31`, `32`, `33`, `34`, `35`, `36`, `37`. | | `ios-device` | No | — | iOS device model. Options: `iphone-14`, `iphone-15`, `iphone-16`, `iphone-16-plus`, `iphone-16-pro`, `iphone-16-pro-max`, `ipad-pro-6th-gen`. | | `ios-version` | No | `17` | Major iOS version. Options: `16`, `17`, `18`, `26`. | | `device-locale` | No | — | Device locale in `ISO-639-1_ISO-3166-1` format (e.g. `de_DE`). See [Device Locale](../configuration/device-locale.md). | diff --git a/getting-started/devices-configuration.md b/getting-started/devices-configuration.md index da9e0b6..0969437 100644 --- a/getting-started/devices-configuration.md +++ b/getting-started/devices-configuration.md @@ -18,6 +18,7 @@ dcd cloud app.apk test.yaml --android-api-level 35 | Android Version | API Level | | --------------- | --------- | +| Android 17 | 37 | | Android 16 | 36 | | Android 15 | 35 | | Android 14 | 34 | @@ -39,10 +40,10 @@ dcd cloud app.apk test.yaml --android-device pixel-6 | id | Name | Dimensions | Valid Android API Levels | | ---------------- | -------------------------------------------------------------------------------------- | ----------- | ------------------------------ | -| `pixel-6` | Pixel 6 | 1080 x 2400 | 29, 30, 31, 32, 33, 34, 35, 36 | +| `pixel-6` | Pixel 6 | 1080 x 2400 | 29, 30, 31, 32, 33, 34, 35, 36, 37 | | `pixel-6-pro` | Pixel 6 Pro | 1440 x 3120 | 33, 35 | -| `pixel-7` | Pixel 7 | 1080 x 2340 | 33, 34, 35, 36 | -| `pixel-7-pro` | Pixel 7 Pro | 1440 x 3120 | 33, 34, 35, 36 | +| `pixel-7` | Pixel 7 | 1080 x 2340 | 33, 34, 35, 36, 37 | +| `pixel-7-pro` | Pixel 7 Pro | 1440 x 3120 | 33, 34, 35, 36, 37 | | `generic-tablet` | Generic Tablet (Note: starts in landscape by default, use orientation=90 for portrait) | 1440 x 3120 | 33 | ### iOS Versions