Android build: match versions between wrapper and build script

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-21 21:03:16 -07:00
parent d97055d47c
commit f0c903203f

View file

@ -21,7 +21,7 @@ USE_X=$(case $- in *x*) echo "-x" ;; esac)
QT_VERSION=5.9
LATEST_QT=5.9.0
NDK_VERSION=r13b
NDK_VERSION=r14b
SDK_VERSION=r25.2.3
ANDROID_NDK=android-ndk-${NDK_VERSION}