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 7549dc6 commit 287abd8Copy full SHA for 287abd8
Dockerfile
@@ -22,7 +22,8 @@ LABEL Description="This image provides a base Android development environment fo
22
ENV DEBIAN_FRONTEND=noninteractive
23
24
# set default build arguments
25
-ARG SDK_VERSION=commandlinetools-linux-7302050_latest.zip
+# https://developer.android.com/studio#command-tools
26
+ARG SDK_VERSION=commandlinetools-linux-8512546_latest.zip
27
ARG ANDROID_BUILD_VERSION=31
28
ARG ANDROID_TOOLS_VERSION=31.0.0
29
ARG NDK_VERSION=21.4.7075529
0 commit comments