Remove maven central repository

This commit is contained in:
Boris Timofeev 2017-01-19 14:52:43 +03:00
parent cb512e0a47
commit d14dcd0870

View file

@ -1,8 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
@ -13,7 +10,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
jcenter()
}
}