Skip to content

Commit d806ca5

Browse files
authored
Bump Android to SDK 37 (#249)
1 parent 085dac2 commit d806ca5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ ENV DEBIAN_FRONTEND=noninteractive
77
# set default build arguments
88
# https://developer.android.com/studio#command-tools
99
ARG SDK_VERSION=commandlinetools-linux-11076708_latest.zip
10-
ARG ANDROID_BUILD_VERSION=36
11-
ARG ANDROID_TOOLS_VERSION=36.0.0
10+
# Android 17 (API 37) ships as a versioned platform package "platforms;android-37.0"
11+
# (the new <api>.<minor> scheme, cf. android-36.1); plain "android-37" does not exist.
12+
ARG ANDROID_BUILD_VERSION=37.0
13+
ARG ANDROID_TOOLS_VERSION=37.0.0
1214
ARG NDK_VERSION=27.1.12297006
1315
ARG NODE_VERSION=22.14
1416
ARG WATCHMAN_VERSION=4.9.0

0 commit comments

Comments
 (0)