Skip to content

Commit 5d01110

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
bump buildToolsVersion to 30.0.2 (#31627)
Summary: Bump buildToolsVersion to 30.0.2, default version of Android Gradle Plugin 4.2.0. Fixes parity with #31593 ## Changelog [Android] [Changed] - Bump buildToolsVersion to 30.0.2, Pull Request resolved: #31627 Test Plan: Newly created projects will use build tools 30.0.2 to build dependencies. Reviewed By: yungsters Differential Revision: D28833598 Pulled By: ShikaSD fbshipit-source-id: 009472d27ea7103bdc7e5a6a941ab529d982f2da
1 parent fc6fc63 commit 5d01110

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
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: 29.0.3
621+
- ANDROID_TOOLS_VERSION: 30.0.2
622622
- GRADLE_OPTS: -Dorg.gradle.daemon=false
623623
- NDK_VERSION: 20.1.5948944
624624
steps:

scripts/.tests.env

+1-1
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=29.0.3
7+
export ANDROID_SDK_BUILD_TOOLS_REVISION=30.0.2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)