Update maven repo to include most recent lib versions

This commit is contained in:
Gil Pedersen 2017-08-29 17:27:02 +02:00
parent 2377aa7ac2
commit cb2f396e33
3 changed files with 12 additions and 4 deletions

View File

@ -20,8 +20,10 @@
buildscript { buildscript {
repositories { repositories {
mavenCentral()
jcenter() jcenter()
maven {
url "https://maven.google.com"
}
} }
// Switch the Android Gradle plugin version requirement depending on the // Switch the Android Gradle plugin version requirement depending on the

View File

@ -21,8 +21,10 @@ apply plugin: 'com.android.application'
buildscript { buildscript {
repositories { repositories {
mavenCentral()
jcenter() jcenter()
maven {
url "https://maven.google.com"
}
} }
// Switch the Android Gradle plugin version requirement depending on the // Switch the Android Gradle plugin version requirement depending on the
@ -37,8 +39,10 @@ buildscript {
// Allow plugins to declare Maven dependencies via build-extras.gradle. // Allow plugins to declare Maven dependencies via build-extras.gradle.
allprojects { allprojects {
repositories { repositories {
mavenCentral();
jcenter() jcenter()
maven {
url "https://maven.google.com"
}
} }
} }

View File

@ -24,8 +24,10 @@ ext {
buildscript { buildscript {
repositories { repositories {
mavenCentral()
jcenter() jcenter()
maven {
url "https://maven.google.com"
}
} }
dependencies { dependencies {