From d811d388238d4acf3d29df2e3967d61f2d7cc9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 11 Jan 2019 12:07:31 -0800 Subject: [PATCH] Bump to Android Build Tools 28.0.3, Gradle 4.10.2, Gradle Plugin 3.2.1 Summary: Bump Android Build Tools to Version 28.0.3, Gradle to 4.10.2, and the Android Gradle Plugin to 3.2.1. Reviewed By: mdvacca Differential Revision: D13631120 fbshipit-source-id: 709aa25a7a8e1ff0bfc0a969ba6e7cd92850bc0f --- .appveyor/config.yml | 2 +- ContainerShip/Dockerfile.android-base | 2 +- build.gradle | 2 +- local-cli/templates/HelloWorld/android/build.gradle | 2 +- scripts/.tests.env | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor/config.yml b/.appveyor/config.yml index 79e38b1bd4..85b77e9664 100644 --- a/.appveyor/config.yml +++ b/.appveyor/config.yml @@ -2,7 +2,7 @@ environment: ANDROID_HOME: "C:\\android-sdk-windows" ANDROID_NDK: "C:\\android-sdk-windows\\android-ndk-r17c" ANDROID_BUILD_VERSION: 28 - ANDROID_TOOLS_VERSION: 28.0.2 + ANDROID_TOOLS_VERSION: 28.0.3 GRADLE_OPTS: -Dorg.gradle.daemon=false diff --git a/ContainerShip/Dockerfile.android-base b/ContainerShip/Dockerfile.android-base index e54b3bbfc8..671a32dce8 100644 --- a/ContainerShip/Dockerfile.android-base +++ b/ContainerShip/Dockerfile.android-base @@ -24,7 +24,7 @@ LABEL maintainer="Héctor Ramos " # set default build arguments ARG SDK_VERSION=sdk-tools-linux-3859397.zip ARG ANDROID_BUILD_VERSION=28 -ARG ANDROID_TOOLS_VERSION=28.0.2 +ARG ANDROID_TOOLS_VERSION=28.0.3 ARG BUCK_VERSION=v2018.10.29.01 ARG NDK_VERSION=17c ARG NODE_VERSION=8.10.0 diff --git a/build.gradle b/build.gradle index 8642d1b3eb..c4e5c3041b 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' classpath 'de.undercouch:gradle-download-task:3.4.3' // NOTE: Do not place your application dependencies here; they belong diff --git a/local-cli/templates/HelloWorld/android/build.gradle b/local-cli/templates/HelloWorld/android/build.gradle index c2c8e59c51..3231b29ea8 100644 --- a/local-cli/templates/HelloWorld/android/build.gradle +++ b/local-cli/templates/HelloWorld/android/build.gradle @@ -13,7 +13,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.2.0' + classpath 'com.android.tools.build:gradle:3.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/scripts/.tests.env b/scripts/.tests.env index 550dcfa0c6..d8c1d90776 100644 --- a/scripts/.tests.env +++ b/scripts/.tests.env @@ -4,7 +4,7 @@ ## ANDROID ## # Android SDK Build Tools revision -export ANDROID_SDK_BUILD_TOOLS_REVISION=28.0.2 +export ANDROID_SDK_BUILD_TOOLS_REVISION=28.0.3 # Android API Level we build with export ANDROID_SDK_BUILD_API_LEVEL="28" # Google APIs for Android level