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

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