mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 04:37:25 +01:00
This one should finally fix travis builds
This commit is contained in:
parent
a76ee95b6d
commit
1347bfe243
@ -1,8 +1,6 @@
|
||||
language: android
|
||||
android:
|
||||
components:
|
||||
- tools
|
||||
- platform-tools
|
||||
- build-tools-26.0.2
|
||||
- android-26
|
||||
- extra-android-m2repository
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user