summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorsandbank52641 <153552626+sandbank52641@users.noreply.github.com>2024-06-15 17:15:32 +0200
committerDaniel Micay <danielmicay@gmail.com>2024-06-15 11:17:42 -0400
commit5f823e84c69abde3c6db8693eccf94d564225d41 (patch)
treeef7e57c68c17db8ed044a8c7de52d0c789ab7940 /static/build.html
parenta6d60f4f43d77e3cd2c4314ae05b5a96f812e99f (diff)
update Android Studio package
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html
index 4c83815b..400406fc 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1127,10 +1127,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/2023.3.1.19/android-studio-2023.3.1.19-linux.tar.gz
-echo '172b1c24fbac98adf750f21ec55db41974386795fc99f35114fbbfd977a0e6db android-studio-2023.3.1.19-linux.tar.gz' | sha256sum -c
-tar xvf android-studio-2023.3.1.19-linux.tar.gz
-rm android-studio-2023.3.1.19-linux.tar.gz
+curl -O https://dl.google.com/dl/android/studio/ide-zips/2024.1.1.11/android-studio-2024.1.1.11-linux.tar.gz
+echo 'd8fa8ecfe415b44513350901501e2a0f429ca033cf1805054b1c816c4a704565 android-studio-2024.1.1.11-linux.tar.gz' | sha256sum -c
+tar xvf android-studio-2024.1.1.11-linux.tar.gz
+rm android-studio-2024.1.1.11-linux.tar.gz
mv android-studio studio</pre>
<p>Add the Android Studio executables to your <code>PATH</code>:</p>