subsurface/packaging/android/variables.sh
Jocke 2fa7d3566b Add comment to variables.sh
Add a comment to the variables.sh file so we don't forget to update
qt version in the qt-installer-nontineractive file as well.

Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
2018-07-12 07:58:08 -07:00

12 lines
333 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_VERSION=1.0.2l