add more google()

still trying to fix travis builds
This commit is contained in:
Eric House 2018-11-28 21:21:48 -08:00
parent b2bf3a6e80
commit 91828cb851
2 changed files with 2 additions and 6 deletions

View file

@ -2,9 +2,9 @@
buildscript {
repositories {
google()
jcenter()
maven { url 'https://maven.fabric.io/public' }
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
@ -17,6 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}

View file

@ -1,5 +0,0 @@
#!/bin/sh
# invoke the build process with javac lint features enabled
ant "-Djava.compilerargs=-Xlint:unchecked -Xlint:deprecation" clean debug