1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

Another attempt at fixing travis build

This commit is contained in:
cpfeiffer 2017-11-11 00:55:05 +01:00
parent a839a88e40
commit 7b3e929cd4
2 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@ android:
# Additional components
- extra-android-m2repository
- extra-google-m2repository
- addon-google_apis-google-19
# Specify at least one system image,

View File

@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'