You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
# when _TAGGED is "tagged" the version in _VERSION will be used.
4
4
# _TAGGED is used to handle the build stages
5
5
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"
0 commit comments