Fix Travis?
This commit is contained in:
parent
95d7f6f396
commit
c2172bceab
4 changed files with 94 additions and 95 deletions
|
@ -6,6 +6,3 @@ components:
|
||||||
- build-tools-21.1.2
|
- build-tools-21.1.2
|
||||||
- android-21
|
- android-21
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
|
|
||||||
before_install:
|
|
||||||
- chmod +x gradlew
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -14,6 +15,7 @@ buildscript {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
Reference in a new issue