Skip to content

Commit

Permalink
Use Android NDK r25b
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Oct 10, 2022
1 parent 7e1c6ac commit ce3004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/android-install-ndk.sh
Expand Up @@ -2,7 +2,7 @@

set -ex

NDK=android-ndk-r21d
NDK=android-ndk-r25b
wget --tries=20 -q https://dl.google.com/android/repository/${NDK}-linux-x86_64.zip
unzip -q ${NDK}-linux-x86_64.zip

Expand Down

0 comments on commit ce3004a

Please sign in to comment.