google repository simplification

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

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

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

Loading…
Cancel
Save