mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
add more google()
still trying to fix travis builds
This commit is contained in:
parent
b2bf3a6e80
commit
91828cb851
2 changed files with 2 additions and 6 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# invoke the build process with javac lint features enabled
|
||||
|
||||
ant "-Djava.compilerargs=-Xlint:unchecked -Xlint:deprecation" clean debug
|
Loading…
Add table
Reference in a new issue