From 249603dc4f9232b8b5634ffc4a47a2d1618b32af Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Wed, 17 Nov 2021 09:34:25 +0200 Subject: Provisioning: bump Android platform sdk and build tools version to 31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use latest platform and build tools with macOS 12 Pick-to: 6.2 Change-Id: If3021f8f727c1775ad14b16897c7e9db3ea08ad1 Reviewed-by: Tor Arne Vestbø Reviewed-by: Assam Boudjelthia --- coin/provisioning/qtci-macos-12-x86_64/30-android.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coin/provisioning/qtci-macos-12-x86_64/30-android.sh b/coin/provisioning/qtci-macos-12-x86_64/30-android.sh index 283e2b08..e11494c4 100755 --- a/coin/provisioning/qtci-macos-12-x86_64/30-android.sh +++ b/coin/provisioning/qtci-macos-12-x86_64/30-android.sh @@ -2,7 +2,7 @@ ############################################################################# ## -## Copyright (C) 2020 The Qt Company Ltd. +## Copyright (C) 2021 The Qt Company Ltd. ## Contact: http://www.qt.io/licensing/ ## ## This file is part of the provisioning scripts of the Qt Toolkit. @@ -53,9 +53,9 @@ toolsFile="commandlinetools-mac-6609375_latest.zip" ndkVersion="r22b" ndkFile="android-ndk-$ndkVersion-darwin-x86_64.zip" -sdkBuildToolsVersion="30.0.3" +sdkBuildToolsVersion="31.0.0" # this is compile sdk version -sdkApiLevel="android-30" +sdkApiLevel="android-31" toolsSourceFile="$basePath/$toolsFile" ndkSourceFile="$basePath/$ndkFile" -- cgit v1.2.3