Skip to content

Commit edcbfb9

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Bump Android build-tools to 29.0.2, compileSdk to 29
Summary: bump Android build-tools to 29.0.2, compileSdk to 29 changelog: Bump Android build-tools to 29.0.2, compileSdk to 29 Reviewed By: hramos Differential Revision: D19182040 fbshipit-source-id: f2fc1b953a16c14e33d561078ac50b5a47eaaa13
1 parent 66fcd6f commit edcbfb9

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.appveyor/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ environment:
22
ANDROID_HOME: "C:\\android-sdk-windows"
33
ANDROID_NDK: "C:\\android-sdk-windows\\android-ndk-r19c"
44
ANDROID_BUILD_VERSION: 28
5-
ANDROID_TOOLS_VERSION: 28.0.3
5+
ANDROID_TOOLS_VERSION: 29.0.2
66

77
GRADLE_OPTS: -Dorg.gradle.daemon=false
88

.circleci/Dockerfiles/Dockerfile.android

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# and build a Android application that can be used to run the
1515
# tests specified in the scripts/ directory.
1616
#
17-
FROM reactnativecommunity/react-native-android:2019-9-4
17+
FROM reactnativecommunity/react-native-android:2019-10-18
1818

1919
LABEL Description="React Native Android Test Image"
2020
LABEL maintainer="Héctor Ramos <[email protected]>"

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ executors:
2323
reactnativeandroid:
2424
<<: *defaults
2525
docker:
26-
- image: reactnativecommunity/react-native-android:2019-9-4
26+
- image: reactnativecommunity/react-native-android:2019-10-18
2727
resource_class: "large"
2828
environment:
2929
- TERM: "dumb"

ReactAndroid/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ task extractJNIFiles {
374374
}
375375

376376
android {
377-
compileSdkVersion 28
377+
compileSdkVersion 29
378378

379379
compileOptions {
380380
sourceCompatibility(JavaVersion.VERSION_1_8)

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=28.0.3
7+
export ANDROID_SDK_BUILD_TOOLS_REVISION=29.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
buildscript {
44
ext {
5-
buildToolsVersion = "28.0.3"
5+
buildToolsVersion = "29.0.2"
66
minSdkVersion = 16
7-
compileSdkVersion = 28
8-
targetSdkVersion = 28
7+
compileSdkVersion = 29
8+
targetSdkVersion = 29
99
}
1010
repositories {
1111
google()

0 commit comments

Comments
 (0)