summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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>