From bf21f0410211aab04a9710103e9d1da5a2b80f3d Mon Sep 17 00:00:00 2001 From: soloturn Date: Mon, 21 Jan 2019 00:45:42 +0100 Subject: [PATCH] upgrade android build tools, make it work with android-studio-3.3 --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 494a50d0a..292f995cb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath "com.android.tools.build:gradle:3.1.4" + classpath "com.android.tools.build:gradle:3.3.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -12,7 +12,7 @@ buildscript { } ext { - androidGradlePluginVersion = '3.1.4' + androidGradlePluginVersion = '3.3.0' testdroidGradlePluginVersion = '2.63.0' supportLibraryVersion = '27.1.1' rxJavaVersion = '2.2.2' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7a8146898..3b7455699 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip +