File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,14 @@ cache:
12
12
- $HOME/.android/build-cache
13
13
before_install :
14
14
- mkdir "$ANDROID_HOME/licenses" || true
15
- - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
16
- - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
15
+ - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55\nd56f5187479451eabf01fb78af6dfcb131a6481e " > "$ANDROID_HOME/licenses/android-sdk-license"
16
+ - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd\n504667f4c0de7af1a06de9f4b1727b84351f2910 " > "$ANDROID_HOME/licenses/android-sdk-preview-license"
17
17
android :
18
18
components :
19
19
# https://github.com/travis-ci/travis-ci/issues/6040#issuecomment-219367943
20
20
- tools
21
21
- tools
22
- - platform-tools
23
- - android-26
24
- - build-tools-26.0.1
25
- before_script :
26
- - mv library/google-services.json app/google-services.json
27
- - echo y | ${ANDROID_HOME}tools/bin/sdkmanager --channel=3 "tools" "platform-tools" "build-tools;26.0.2" "platforms;android-26"
22
+ before_script : mv library/google-services.json app/google-services.json
28
23
script : ./gradlew clean assembleDebug check
29
24
after_failure :
30
25
# tests
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ project.ext {
9
9
minSdk = 14
10
10
11
11
firebaseVersion = ' 11.6.2'
12
- supportLibraryVersion = ' 27.0.1 '
12
+ supportLibraryVersion = ' 27.0.2 '
13
13
architectureVersion = ' 1.0.0'
14
14
}
You can’t perform that action at this time.
0 commit comments