Skip to content

Commit 491f7f9

Browse files
authored
Travis fix (#1047)
1 parent a7f2373 commit 491f7f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ android:
1515
# https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
1616
- tools
1717
- tools
18+
- platform-tools
19+
- android-26
20+
- build-tools-26.0.1
1821
before_script:
1922
- mv library/google-services.json app/google-services.json
2023
- echo y | ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26.0.1" "platforms;android-26" "extras;google;m2repository"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:2.3.1'
11+
classpath 'com.android.tools.build:gradle:2.3.3'
1212
classpath 'com.google.gms:google-services:3.1.0'
1313
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
1414
}

0 commit comments

Comments
 (0)