mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
builld-system: switch Android to Qt 5.13.1
This fixes the SSL issue with Android 5.x/Lollipop. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4458373488
commit
ea0e447e0d
4 changed files with 11 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
# When changing Qt version remember to update the
|
||||
# qt-installer-noninteractive file as well.
|
||||
QT_VERSION=5.12
|
||||
LATEST_QT=5.12.4
|
||||
QT_VERSION=5.13
|
||||
LATEST_QT=5.13.1
|
||||
NDK_VERSION=r18b
|
||||
SDK_VERSION=4333796
|
||||
ANDROID_BUILDTOOLS_REVISION=28.0.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue