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:
15
15
# https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
16
16
- tools
17
17
- tools
18
+ - platform-tools
19
+ - android-26
20
+ - build-tools-26.0.1
18
21
before_script :
19
22
- mv library/google-services.json app/google-services.json
20
23
- 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 {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:2.3.1 '
11
+ classpath ' com.android.tools.build:gradle:2.3.3 '
12
12
classpath ' com.google.gms:google-services:3.1.0'
13
13
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
14
14
}
You can’t perform that action at this time.
0 commit comments