diff options
| author | r3g_5z <june@girlboss.ceo> | 2023-03-10 23:07:15 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-10 23:09:28 -0500 |
| commit | 572b91d617ab6639c0c100dc07ef6b28ac637426 (patch) | |
| tree | 105bc5bede5d970ad331e6d07a964309e10447b6 /static | |
| parent | 4a2ad2e0cbdb35a2a5085da5aa3e63af7c168ec2 (diff) | |
update listed command line tools
Diffstat (limited to 'static')
| -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 c8ac7604..81f5fc49 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-9123335_latest.zip -echo '0bebf59339eaa534f4217f8aa0972d14dc49e7207be225511073c661ae01da0a commandlinetools-linux-9123335_latest.zip' | sha256sum -c -unzip unzip commandlinetools-linux-9123335_latest.zip +curl -O https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip +echo 'bd1aa17c7ef10066949c88dc6c9c8d536be27f992a1f3b5a584f9bd2ba5646a0 commandlinetools-linux-9477386_latest.zip' | sha256sum -c +unzip commandlinetools-linux-9477386_latest.zip cmdline-tools/bin/sdkmanager 'cmdline-tools;latest' --sdk_root=$HOME/android/sdk cd .. rm -r bootstrap</pre> |
