mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
8106e533ef
The versions for openSSL in variables.sh and get-dep-lib.sh needs to match or we end up recloning the repo on every build. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
14 lines
424 B
Bash
14 lines
424 B
Bash
#!/bin/bash
|
|
# When changing Qt version remember to update the
|
|
# qt-installer-noninteractive file as well.
|
|
QT_VERSION=5.11
|
|
LATEST_QT=5.11.1
|
|
NDK_VERSION=r14b
|
|
SDK_VERSION=3859397
|
|
ANDROID_BUILDTOOLS_REVISION=25.0.3
|
|
ANDROID_PLATFORMS=android-27
|
|
ANDROID_NDK=android-ndk-${NDK_VERSION}
|
|
ANDROID_SDK=android-sdk-linux
|
|
# OpenSSL also has an entry in get-dep-lib.sh line 103
|
|
# that needs to be updated as well.
|
|
OPENSSL_VERSION=1.0.2o
|