Add ed package for bc (#1032)
[termux-packages] / scripts / setup-android-sdk.sh
index c0ce7f8..7a84090 100755 (executable)
@@ -21,7 +21,7 @@ if [ ! -d $NDK ]; then
        mkdir -p $NDK
        cd $NDK/..
        rm -Rf `basename $NDK`
-       NDK_VERSION=r13
+       NDK_VERSION=r14
        curl --fail --retry 3 -o ndk.zip \
                http://dl.google.com/android/repository/android-ndk-${NDK_VERSION}-`uname`-x86_64.zip