Use 30.0.2 build tools for CI

This commit is contained in:
Kirill Kamakin
2021-11-13 15:47:46 +03:00
parent 6573d4b4c2
commit 0574123d0a

View File

@@ -8,7 +8,7 @@ variables:
# ANDROID_BUILD_TOOLS is the version of the Android build tools you are using. # ANDROID_BUILD_TOOLS is the version of the Android build tools you are using.
# It should match buildToolsVersion. # It should match buildToolsVersion.
ANDROID_BUILD_TOOLS: "31.0.0" ANDROID_BUILD_TOOLS: "30.0.2"
# It's what version of the command line tools we're going to download from the official site. # It's what version of the command line tools we're going to download from the official site.
# Official Site-> https://developer.android.com/studio/index.html # Official Site-> https://developer.android.com/studio/index.html