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
This commit is contained in:
David Vacca
2020-01-22 17:02:36 -08:00
committed by Facebook Github Bot
parent 66fcd6f8f2
commit edcbfb9821
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ environment:
ANDROID_HOME: "C:\\android-sdk-windows"
ANDROID_NDK: "C:\\android-sdk-windows\\android-ndk-r19c"
ANDROID_BUILD_VERSION: 28
ANDROID_TOOLS_VERSION: 28.0.3
ANDROID_TOOLS_VERSION: 29.0.2
GRADLE_OPTS: -Dorg.gradle.daemon=false
+1 -1
View File
@@ -14,7 +14,7 @@
# and build a Android application that can be used to run the
# tests specified in the scripts/ directory.
#
FROM reactnativecommunity/react-native-android:2019-9-4
FROM reactnativecommunity/react-native-android:2019-10-18
LABEL Description="React Native Android Test Image"
LABEL maintainer="Héctor Ramos <hector@fb.com>"
+1 -1
View File
@@ -23,7 +23,7 @@ executors:
reactnativeandroid:
<<: *defaults
docker:
- image: reactnativecommunity/react-native-android:2019-9-4
- image: reactnativecommunity/react-native-android:2019-10-18
resource_class: "large"
environment:
- TERM: "dumb"
+1 -1
View File
@@ -374,7 +374,7 @@ task extractJNIFiles {
}
android {
compileSdkVersion 28
compileSdkVersion 29
compileOptions {
sourceCompatibility(JavaVersion.VERSION_1_8)
+1 -1
View File
@@ -4,7 +4,7 @@
## ANDROID ##
# Android SDK Build Tools revision
export ANDROID_SDK_BUILD_TOOLS_REVISION=28.0.3
export ANDROID_SDK_BUILD_TOOLS_REVISION=29.0.2
# Android API Level we build with
export ANDROID_SDK_BUILD_API_LEVEL="28"
# Google APIs for Android level
+3 -3
View File
@@ -2,10 +2,10 @@
buildscript {
ext {
buildToolsVersion = "28.0.3"
buildToolsVersion = "29.0.2"
minSdkVersion = 16
compileSdkVersion = 28
targetSdkVersion = 28
compileSdkVersion = 29
targetSdkVersion = 29
}
repositories {
google()