replaces google() and jcenter() repositories with mvncache of thedevstack.de

This commit is contained in:
steckbrief 2018-11-28 21:41:42 +01:00
parent 2afe367492
commit 0758c34045

View file

@ -3,8 +3,9 @@
buildscript {
repositories {
google()
jcenter()
maven {
url "https://mvn.thedevstack.de/mvn"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
@ -17,8 +18,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven {
url "https://mvn.thedevstack.de/mvn"
}
}
}