mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-17 07:49:49 +00:00
10.0
This is the GPLv3-licensed release! The content of this commit is identical to the non-public commit ce1f738dec8c75824f6f1279681fffccedf42d90.
This commit is contained in:
commit
77d49b939b
366 changed files with 30271 additions and 0 deletions
21
build.gradle
Normal file
21
build.gradle
Normal 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'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue