We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085dac2 commit d806ca5Copy full SHA for d806ca5
1 file changed
Dockerfile
@@ -7,8 +7,10 @@ ENV DEBIAN_FRONTEND=noninteractive
7
# set default build arguments
8
# https://developer.android.com/studio#command-tools
9
ARG SDK_VERSION=commandlinetools-linux-11076708_latest.zip
10
-ARG ANDROID_BUILD_VERSION=36
11
-ARG ANDROID_TOOLS_VERSION=36.0.0
+# Android 17 (API 37) ships as a versioned platform package "platforms;android-37.0"
+# (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
14
ARG NDK_VERSION=27.1.12297006
15
ARG NODE_VERSION=22.14
16
ARG WATCHMAN_VERSION=4.9.0
0 commit comments