google repository simplification

pull/517/head
olegivo 6 years ago
parent fe091fa740
commit 95af0217ff

@ -1,6 +1,6 @@
buildscript {
repositories {
maven { url 'https://maven.google.com' }
google()
jcenter()
}
@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
maven { url 'https://maven.google.com' }
google()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
}

@ -142,7 +142,8 @@ dependencies {
}
repositories {
mavenCentral()
google()
jcenter()
}
kapt {

Loading…
Cancel
Save