File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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
1821before_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"
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments