google repository simplification

This commit is contained in:
olegivo
2019-10-08 12:00:06 +03:00
parent fe091fa740
commit 95af0217ff
2 changed files with 4 additions and 3 deletions

View File

@@ -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()
}

View File

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