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