upgrade android build tools, make it work with android-studio-3.3

This commit is contained in:
soloturn 2019-01-21 00:45:42 +01:00 committed by Kelson
parent a0fdfa13f4
commit bf21f04102
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
@ -12,7 +12,7 @@ buildscript {
} }
ext { ext {
androidGradlePluginVersion = '3.1.4' androidGradlePluginVersion = '3.3.0'
testdroidGradlePluginVersion = '2.63.0' testdroidGradlePluginVersion = '2.63.0'
supportLibraryVersion = '27.1.1' supportLibraryVersion = '27.1.1'
rxJavaVersion = '2.2.2' rxJavaVersion = '2.2.2'

View File

@ -3,4 +3,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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