Coin: bump Android platform sdk and build tools version to 31

Use latest platform and build tools.

Change-Id: I8ddfe79706470918d956a97876a5d140a57ec87b
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit 286a294daf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Assam Boudjelthia
2021-09-30 14:28:29 +03:00
committed by Qt Cherry-pick Bot
parent eefe05467d
commit 5893f0d3df
5 changed files with 10 additions and 10 deletions

View File

@@ -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"