oeffi/build.gradle
Andreas Schildbach 77d49b939b 10.0
This is the GPLv3-licensed release!

The content of this commit is identical to the non-public commit ce1f738dec8c75824f6f1279681fffccedf42d90.
2018-07-16 17:10:28 +02:00

21 lines
390 B
Groovy

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.0') {
exclude group: 'xerces'
}
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com'
}
}
}