1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 02:09:41 +02:00

Release v1.2.0

This commit is contained in:
Gregor Santner 2018-07-25 03:30:28 +02:00
parent dbbd3cef35
commit 1e15374229
4 changed files with 7 additions and 5 deletions

View file

@ -31,8 +31,8 @@ buildscript {
ext.enable_plugin_kotlin = false
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:$version_gradle_tools"
@ -48,8 +48,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}