Skip to content

Commit 759da4e

Browse files
committed
2 parents a2ec5ce + 5b1f0a0 commit 759da4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# when _TAGGED is "tagged" the version in _VERSION will be used.
44
# _TAGGED is used to handle the build stages
55

6-
# "\6609375" as of 2024/08/08
6+
# Find latest version for commandlinetools on https://developer.android.com/studio
7+
# or run `curl https://developer.android.com/studio | findstr /r "https:\/\/dl.google.com\/android\/repository\/commandlinetools\-linux\-[0-9]*_latest\.zip"`
8+
# and copy the value between "linux-XXXXXXX_latest"
79
ARG ANDROID_SDK_TOOLS_TAGGED="latest"
810
ARG ANDROID_SDK_TOOLS_VERSION="11076708"
911

0 commit comments

Comments
 (0)