mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
Update Android Gradle plugin to 3.1.0.
This commit is contained in:
parent
b390fe538c
commit
55bab0c737
1 changed files with 3 additions and 4 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue