Update Android Gradle plugin to 3.1.0.

This commit is contained in:
Andreas Schildbach 2019-10-10 22:41:46 +02:00
parent b390fe538c
commit 55bab0c737

View file

@ -1,10 +1,11 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.1.0'
classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.2') {
exclude group: 'xerces'
}
@ -14,8 +15,6 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
google()
}
}