Skip to content

Commit 4219d6f

Browse files
committed
Fix Travis builds
1 parent 0ec3a54 commit 4219d6f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android:
55
- platform-tools
66
- tools
77
- tools #not a typo. Needed for SDK update
8-
- build-tools-26.0.1
8+
- build-tools-27.0.0
99

1010
# The SDK version used to compile your project
1111
- android-26

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ buildscript {
22
repositories{
33
maven { url 'https://maven.fabric.io/public' }
44
jcenter()
5+
google()
56
}
67
dependencies {
78
classpath 'com.android.tools.build:gradle:3.0.0'
@@ -17,7 +18,7 @@ allprojects {
1718
maven { url "https://jitpack.io" }
1819
maven { url "http://JRAF.org/static/maven/2" }
1920
jcenter()
20-
maven { url "https://maven.google.com"}
21+
google()
2122
mavenCentral()
2223
}
2324
}

0 commit comments

Comments
 (0)