aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeikki Halmet <heikki.halmet@qt.io>2021-11-17 09:34:25 +0200
committerHeikki Halmet <heikki.halmet@qt.io>2021-11-21 11:46:55 +0200
commit283a46b54f5ad38103f9c40ba0658839c5848f96 (patch)
treecdabbdd171df0e666f7003d9712de08ae2e3eca9
parent67d6e3a209b44ea160f5f2423cc72b760299f5a2 (diff)
Provisioning: bump Android platform sdk and build tools version to 31
Use latest platform and build tools with macOS 12 Change-Id: If3021f8f727c1775ad14b16897c7e9db3ea08ad1 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 249603dc4f9232b8b5634ffc4a47a2d1618b32af)
-rwxr-xr-xcoin/provisioning/qtci-macos-12-x86_64/30-android.sh6
1 files 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"