summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsandbank52641 <153552626+sandbank52641@users.noreply.github.com>2024-01-04 13:46:27 +0100
committerDaniel Micay <danielmicay@gmail.com>2024-01-04 09:08:34 -0500
commit41d17ec3b1926f86fbd74b61488d5dcf9093631d (patch)
tree0cfd49f1371852558b290422035a6a329183a3d8
parent5a772ec9d030009651918fa01ac03705219be7c1 (diff)
update Android Studio package
-rw-r--r--static/build.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html
index 337cf79a..37e5947d 100644
--- a/static/build.html
+++ b/static/build.html
@@ -1104,10 +1104,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.1.1.26/android-studio-2023.1.1.26-linux.tar.gz
-echo '977e8a9855414f7d41157f0be0e10fb740c42bd337f763d5d96b3e059780663d android-studio-2023.1.1.26-linux.tar.gz' | sha256sum -c
-tar xvf android-studio-2023.1.1.26-linux.tar.gz
-rm android-studio-2023.1.1.26-linux.tar.gz
+curl -O https://dl.google.com/dl/android/studio/ide-zips/2023.1.1.27/android-studio-2023.1.1.27-linux.tar.gz
+echo '5c5f97c871a4edd3d304729cc7ddbda9d147bba85125614edfcda68784ae583b android-studio-2023.1.1.27-linux.tar.gz' | sha256sum -c
+tar xvf android-studio-2023.1.1.27-linux.tar.gz
+rm android-studio-2023.1.1.27-linux.tar.gz
mv android-studio studio</pre>
<p>Add the Android Studio executables to your <code>PATH</code>:</p>