mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: match versions between wrapper and build script
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d97055d47c
commit
f0c903203f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue