mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 15:49:20 +01:00
This one should finally fix travis builds
This commit is contained in:
parent
a76ee95b6d
commit
1347bfe243
@ -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
|
||||||
|
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user