This is the GPLv3-licensed release!

The content of this commit is identical to the non-public commit ce1f738dec8c75824f6f1279681fffccedf42d90.
This commit is contained in:
Andreas Schildbach 2018-07-16 17:10:02 +02:00
commit 77d49b939b
366 changed files with 30271 additions and 0 deletions

21
build.gradle Normal file
View file

@ -0,0 +1,21 @@
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'
}
}
}