Skip to content

Commit 0a15927

Browse files
committed
Revert "bump buildToolsVersion to 30.0.2 (#31627)"
This reverts commit 37e9f1d.
1 parent a10a201 commit 0a15927

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ jobs:
618618
- ANDROID_HOME: "C:\\Android\\android-sdk"
619619
- ANDROID_NDK: "C:\\Android\\android-sdk\\ndk\\20.1.5948944"
620620
- ANDROID_BUILD_VERSION: 30
621-
- ANDROID_TOOLS_VERSION: 30.0.2
621+
- ANDROID_TOOLS_VERSION: 29.0.3
622622
- GRADLE_OPTS: -Dorg.gradle.daemon=false
623623
- NDK_VERSION: 20.1.5948944
624624
steps:

scripts/.tests.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## ANDROID ##
66
# Android SDK Build Tools revision
7-
export ANDROID_SDK_BUILD_TOOLS_REVISION=30.0.2
7+
export ANDROID_SDK_BUILD_TOOLS_REVISION=29.0.3
88
# Android API Level we build with
99
export ANDROID_SDK_BUILD_API_LEVEL="28"
1010
# Google APIs for Android level

template/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
buildToolsVersion = "30.0.2"
5+
buildToolsVersion = "29.0.3"
66
minSdkVersion = 21
77
compileSdkVersion = 30
88
targetSdkVersion = 30

0 commit comments

Comments
 (0)