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
|
||||
- android-21
|
||||
- extra-android-support
|
||||
|
||||
before_install:
|
||||
- chmod +x gradlew
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
|
@ -14,6 +15,7 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
|
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
Reference in a new issue