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

Commit 5035dd3

Browse files
committed
fix build on travis and circleci
1 parent 6b1454b commit 5035dd3

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-26.0.1
6-
- android-26
5+
- build-tools-27.0.3
6+
- android-27
77

88
jdk:
99
- oraclejdk8

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-26,build-tools-26.0.1,platform-tools,extra-android-m2repository,extra-google-m2repository"
9+
- 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"
1010

1111
test:
1212
post:

0 commit comments

Comments
 (0)