replaces google() and jcenter() repositories with mvncache of thedevstack.de
This commit is contained in:
parent
2afe367492
commit
0758c34045
1 changed files with 6 additions and 4 deletions
10
build.gradle
10
build.gradle
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue