Add google maven

This commit is contained in:
vshcherb 2017-07-06 23:26:20 +02:00 committed by GitHub
parent 1505981eec
commit d1109b4bfd

View file

@ -11,5 +11,8 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
maven {
url "https://maven.google.com"
}
} }
} }