From 1349c9dad1d3e96fe38e8f77cca1a046304b2dbc Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Thu, 27 Jan 2022 01:31:49 +0100 Subject: [PATCH] Autobuild: Android: Build with Qt 6.2.3 --- .github/autobuild/android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autobuild/android.sh b/.github/autobuild/android.sh index 7aeb4ce82f..b2d78f061e 100755 --- a/.github/autobuild/android.sh +++ b/.github/autobuild/android.sh @@ -6,7 +6,7 @@ ANDROID_NDK_VERSION=r21d ANDROID_PLATFORM=android-30 ANDROID_BUILD_TOOLS=30.0.2 AQTINSTALL_VERSION=2.0.6 -QT_VERSION=5.15.2 +QT_VERSION=6.2.3 # Only variables which are really needed by sub-commands are exported. # Definitions have to stay in a specific order due to dependencies.