Skip to content

Commit e629e94

Browse files
friederbluemlefacebook-github-bot
authored andcommitted
Update Android build tools to 29.0.3 (#29350)
Summary: A small patch update of the Android build tools from 29.0.2 to 29.0.3. It's the default for newly generated Android projects. ## Changelog [Android] [Changed] - Update Android build tools to 29.0.3 Pull Request resolved: #29350 Test Plan: Build project Reviewed By: JoshuaGross Differential Revision: D22521075 Pulled By: mdvacca fbshipit-source-id: 967bbfc6e45c6457d4867282ba311f86dea96208
1 parent e12cf7d commit e629e94

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
@@ -607,7 +607,7 @@ jobs:
607607
- ANDROID_HOME: "C:\\Android\\android-sdk"
608608
- ANDROID_NDK: "C:\\Android\\android-sdk\\ndk\\19.2.5345600"
609609
- ANDROID_BUILD_VERSION: 28
610-
- ANDROID_TOOLS_VERSION: 29.0.2
610+
- ANDROID_TOOLS_VERSION: 29.0.3
611611
- GRADLE_OPTS: -Dorg.gradle.daemon=false
612612
- NDK_VERSION: 19.2.5345600
613613
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.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

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

33
buildscript {
44
ext {
5-
buildToolsVersion = "29.0.2"
5+
buildToolsVersion = "29.0.3"
66
minSdkVersion = 16
77
compileSdkVersion = 29
88
targetSdkVersion = 29

0 commit comments

Comments
 (0)