Revert "Revert "bump buildToolsVersion to 30.0.2 (#31627)""

This reverts commit 0a15927dc1.
This commit is contained in:
Lorenzo Sciandra
2021-06-18 09:21:54 +01:00
parent be9a66999c
commit ba4424fcca
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ jobs:
- ANDROID_HOME: "C:\\Android\\android-sdk"
- ANDROID_NDK: "C:\\Android\\android-sdk\\ndk\\20.1.5948944"
- ANDROID_BUILD_VERSION: 30
- ANDROID_TOOLS_VERSION: 29.0.3
- ANDROID_TOOLS_VERSION: 30.0.2
- GRADLE_OPTS: -Dorg.gradle.daemon=false
- NDK_VERSION: 20.1.5948944
steps:
+1 -1
View File
@@ -4,7 +4,7 @@
## ANDROID ##
# Android SDK Build Tools revision
export ANDROID_SDK_BUILD_TOOLS_REVISION=29.0.3
export ANDROID_SDK_BUILD_TOOLS_REVISION=30.0.2
# Android API Level we build with
export ANDROID_SDK_BUILD_API_LEVEL="28"
# Google APIs for Android level
+1 -1
View File
@@ -2,7 +2,7 @@
buildscript {
ext {
buildToolsVersion = "29.0.3"
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30