Bump Android MinSDK to 28 (Android 9.0)

This commit is contained in:
Robert Griebl
2024-12-08 18:18:07 +01:00
parent 268ac4065e
commit 9c2af6e857
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -462,7 +462,6 @@ jobs:
-D "QT_HOST_PATH=$(readlink -f $Qt6_DIR/../gcc_64)" \
-D "QT_ANDROID_SDK_BUILD_TOOLS_REVISION=30.0.3" \
-D "QT_ANDROID_TARGET_SDK_VERSION=34" \
-D "QT_ANDROID_MIN_SDK_VERSION=26" \
-D "QT_ANDROID_BUILD_ALL_ABIS=TRUE" \
-D "ANDROID_NDK_ROOT=${ANDROID_SDK_ROOT}/ndk/${{ matrix.config.android_ndk }}" \
-D "ANDROID_SDK_ROOT=${ANDROID_SDK_ROOT}" \
+1
View File
@@ -415,6 +415,7 @@ if (ANDROID)
QT_ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_SOURCE_DIR}/android"
QT_ANDROID_VERSION_CODE ${VERSION_CODE}
QT_ANDROID_VERSION_NAME ${VERSION}
QT_ANDROID_MIN_SDK_VERSION 28 # starting with 6.8 this shouldn't be needed anymore
)
if (QT_ANDROID_SDK_BUILD_TOOLS_REVISION) # this has to be set as a target property to stick