summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorsandbank52641 <153552626+sandbank52641@users.noreply.github.com>2024-09-01 13:24:11 +0200
committerDaniel Micay <danielmicay@gmail.com>2024-09-01 07:28:27 -0400
commit69d506950ed8b048629b06e67a74f0b0de36ea6a (patch)
tree9bb7d1a86d2e5734299156d5f9d3e9ea3ddebdf8 /static
parent020d9aed887293e8bf924c1a2f8cd008a96d144a (diff)
update Android Studio package
Diffstat (limited to 'static')
-rw-r--r--static/build.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html
index 63eee683..e216985f 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1149,10 +1149,10 @@ export PATH="$HOME/android/sdk/cmdline-tools/latest/bin:$PATH"</pre>
copy of it. For example:</p>
<pre>cd ~/android
-curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.1.1.12/android-studio-2024.1.1.12-linux.tar.gz
-echo '42f8bf31ce0d124ddd11195f662a30064d8f9aab206e5e66839e876a6bc6eda2 android-studio-2024.1.1.12-linux.tar.gz' | sha256sum -c
-tar xvf android-studio-2024.1.1.12-linux.tar.gz
-rm android-studio-2024.1.1.12-linux.tar.gz
+curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.1.2.12/android-studio-2024.1.2.12-linux.tar.gz
+echo '745168820e989a9085ff842d47ce541407db09df7b8ab20770f6ea89e41a6e92 android-studio-2024.1.2.12-linux.tar.gz' | sha256sum -c
+tar xvf android-studio-2024.1.2.12-linux.tar.gz
+rm android-studio-2024.1.2.12-linux.tar.gz
mv android-studio studio</pre>
<p>Add the Android Studio executables to your <code>PATH</code>:</p>