We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec3a54 commit 4219d6fCopy full SHA for 4219d6f
2 files changed
.travis.yml
@@ -5,7 +5,7 @@ android:
5
- platform-tools
6
- tools
7
- tools #not a typo. Needed for SDK update
8
- - build-tools-26.0.1
+ - build-tools-27.0.0
9
10
# The SDK version used to compile your project
11
- android-26
build.gradle
@@ -2,6 +2,7 @@ buildscript {
2
repositories{
3
maven { url 'https://maven.fabric.io/public' }
4
jcenter()
+ google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
@@ -17,7 +18,7 @@ allprojects {
17
18
maven { url "https://jitpack.io" }
19
maven { url "http://JRAF.org/static/maven/2" }
20
- maven { url "https://maven.google.com"}
21
22
mavenCentral()
23
24
0 commit comments