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
android:
components:
- tools
- platform-tools
- build-tools-26.0.2
- android-26
- extra-android-m2repository

Voir le fichier

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