This one should finally fix travis builds

This commit is contained in:
inorichi 2017-10-28 16:39:34 +02:00
parent a76ee95b6d
commit 1347bfe243
2 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,6 @@
language: android
android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- android-26
- extra-android-m2repository

View File

@ -4,6 +4,7 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'