diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-12-24 11:26:02 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-12-24 11:26:02 -0500 |
| commit | 7f03bddc7a3500cc9119957352fd39e125536ab5 (patch) | |
| tree | e6fc3c208ec30ca66c42885851c45e55980cfd82 | |
| parent | 75d93a01fe2325653929926375926af52a70eaca (diff) | |
update bootstrap commandlinetools
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/build.html b/static/build.html index 54b2be2a..a56bb14e 100644 --- a/static/build.html +++ b/static/build.html @@ -980,9 +980,9 @@ git checkout <var>VERSION</var></pre> <pre>mkdir -p ~/android/sdk/bootstrap cd ~/android/sdk/bootstrap -curl -O https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip -echo '124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf commandlinetools-linux-7583922_latest.zip' | sha256sum -c -unzip commandlinetools-linux-7583922_latest.zip +curl -O https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip +echo '0bebf59339eaa534f4217f8aa0972d14dc49e7207be225511073c661ae01da0a commandlinetools-linux-9123335_latest.zip' | sha256sum -c +unzip unzip commandlinetools-linux-9123335_latest.zip cmdline-tools/bin/sdkmanager 'cmdline-tools;latest' --sdk_root=$HOME/android/sdk cd .. rm -r bootstrap</pre> |
