Skip to content

Commit 1a4a0df

Browse files
committed
Fix circle ci for new build tools 25.0.0
1 parent 5715705 commit 1a4a0df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ machine:
99
dependencies:
1010
pre:
1111
- echo y | android update sdk --no-ui --all --filter "tools"
12-
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"
12+
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.0"
1313
- echo y | android update sdk --no-ui --all --filter tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-23
14-
- echo y | android update sdk --no-ui --all --filter build-tools-23.4.0
14+
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.0
1515

1616
test:
1717
override:

0 commit comments

Comments
 (0)