Android build: use Qt 5.9.3

At least, now the Travis builds use the same Qt version as the
production builds from Dirk that go to the AppStores.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2018-02-23 14:01:52 +01:00 committed by Dirk Hohndel
parent f08e24d65b
commit 7e0e87cf78
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,7 @@ USE_X=$(case $- in *x*) echo "-x" ;; esac)
# these are the current versions for Qt, Android SDK & NDK:
QT_VERSION=5.9
LATEST_QT=5.9.1
LATEST_QT=5.9.3
NDK_VERSION=r14b
SDK_VERSION=3859397 # if you change this version, you'll likely have to change the android-sdk-license key fallback below