chiark / gitweb /
unrar: Update from 5.3.2 to 5.4.5
[termux-packages] / scripts / setup-android-sdk.sh
index 43dea67cdd3425793259b380098fc27fb7896612..c1038e0fca45509ff31cbd8062728366762e51e8 100755 (executable)
@@ -30,7 +30,7 @@ if [ ! -d $NDK ]; then
        mkdir -p $NDK
        cd $NDK/..
        rm -Rf `basename $NDK`
-       NDK_VERSION=r12b
+       NDK_VERSION=r13
        curl --fail --retry 3 -o ndk.zip http://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-`uname`-x86_64.zip
 
        rm -Rf android-ndk-$NDK_VERSION
@@ -39,4 +39,4 @@ if [ ! -d $NDK ]; then
        rm ndk.zip
 fi
 
-echo y | $ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "build-tools-24.0.1,android-23"
+echo y | $ANDROID_HOME/tools/android update sdk --no-ui --all --no-https -t "build-tools-24.0.1,android-24"