Skip to content
This repository was archived by the owner on Jan 25, 2021. It is now read-only.

Commit d4c1a63

Browse files
committed
update travis and circle configuration
1 parent bf7d893 commit d4c1a63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: android
22
android:
33
components:
44
- tools
5-
- build-tools-24.0.0
6-
- android-24
5+
- build-tools-26.0.0
6+
- android-26
77
licenses:
88
- 'android.*'
99

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ machine:
66

77
dependencies:
88
pre:
9-
- echo y | android update sdk --no-ui --all --filter "tools,android-24,build-tools-24.0.0,platform-tools,extra-android-m2repository,extra-google-m2repository"
9+
- echo y | android update sdk --no-ui --all --filter "tools,android-26,build-tools-26.0.0,platform-tools,extra-android-m2repository,extra-google-m2repository"
1010

1111
test:
1212
post:

0 commit comments

Comments
 (0)