Skip to content

Commit d811d38

Browse files
hramosgrabbou
authored andcommitted
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
1 parent 23cfa29 commit d811d38

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.appveyor/config.yml

Lines changed: 1 addition & 1 deletion
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-r17c"
44
ANDROID_BUILD_VERSION: 28
5-
ANDROID_TOOLS_VERSION: 28.0.2
5+
ANDROID_TOOLS_VERSION: 28.0.3
66

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

ContainerShip/Dockerfile.android-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL maintainer="Héctor Ramos <hector@fb.com>"
2424
# set default build arguments
2525
ARG SDK_VERSION=sdk-tools-linux-3859397.zip
2626
ARG ANDROID_BUILD_VERSION=28
27-
ARG ANDROID_TOOLS_VERSION=28.0.2
27+
ARG ANDROID_TOOLS_VERSION=28.0.3
2828
ARG BUCK_VERSION=v2018.10.29.01
2929
ARG NDK_VERSION=17c
3030
ARG NODE_VERSION=8.10.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
jcenter()
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.2.0'
13+
classpath 'com.android.tools.build:gradle:3.2.1'
1414
classpath 'de.undercouch:gradle-download-task:3.4.3'
1515

1616
// NOTE: Do not place your application dependencies here; they belong

local-cli/templates/HelloWorld/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:3.2.0'
16+
classpath 'com.android.tools.build:gradle:3.2.1'
1717

1818
// NOTE: Do not place your application dependencies here; they belong
1919
// in the individual module build.gradle files

scripts/.tests.env

Lines changed: 1 addition & 1 deletion
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.2
7+
export ANDROID_SDK_BUILD_TOOLS_REVISION=28.0.3
88
# Android API Level we build with
99
export ANDROID_SDK_BUILD_API_LEVEL="28"
1010
# Google APIs for Android level

0 commit comments

Comments
 (0)