Merge pull request #404 from mediathand/maven-repo-fix

Update maven repo to include most recent lib versions
This commit is contained in:
Joe Bowser 2017-09-11 10:04:48 -07:00 committed by GitHub
commit 53210710ba
3 changed files with 12 additions and 4 deletions

View File

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

View File

@ -21,8 +21,10 @@ apply plugin: 'com.android.application'
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url "https://maven.google.com"
}
}
// 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.
allprojects {
repositories {
mavenCentral();
jcenter()
maven {
url "https://maven.google.com"
}
}
}

View File

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