Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

This one should finally fix travis builds

Cette révision appartient à :
inorichi 2017-10-28 16:39:34 +02:00
Parent a76ee95b6d
révision 1347bfe243
2 fichiers modifiés avec 1 ajouts et 2 suppressions

Voir le fichier

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

Voir le fichier

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