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

Commit

Permalink
fix build on travis and circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
dcendents committed Mar 23, 2018
1 parent 6b1454b commit 5035dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: android
android:
components:
- tools
- build-tools-26.0.1
- android-26
- build-tools-27.0.3
- android-27

jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ machine:

dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter "tools,android-26,build-tools-26.0.1,platform-tools,extra-android-m2repository,extra-google-m2repository"
- echo y | android update sdk --no-ui --all --filter "tools,android-27,build-tools-27.0.3,platform-tools,extra-android-m2repository,extra-google-m2repository"

test:
post:
Expand Down

0 comments on commit 5035dd3

Please sign in to comment.