Fix Travis?

This commit is contained in:
Tim Schumacher 2015-01-25 10:49:58 +01:00
parent 95d7f6f396
commit c2172bceab
4 changed files with 94 additions and 95 deletions

View file

@ -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

View file

@ -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
View file