update build.gradle

This commit is contained in:
Christian Schneppe 2018-08-28 21:24:42 +02:00
parent 71f42308ac
commit c1060dc1fe

View file

@ -12,6 +12,17 @@ buildscript {
apply plugin: 'com.android.application'
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://jitpack.io"
}
}
}
repositories {
google()
jcenter()