Skip to content

Commit 84d6b2d

Browse files
committed
Update dependencies in the ci script
1 parent 2c4883a commit 84d6b2d

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,8 +9,8 @@ dependencies:
99
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
1010
- echo y | android update sdk --no-ui --all --filter "extra-google-m2repository"
1111
- echo y | android update sdk --no-ui --all --filter "extra-android-support"
12-
- echo y | android update sdk --no-ui --all --filter "android-24"
13-
- echo y | android update sdk --no-ui --all --filter "build-tools-24.0.3"
12+
- echo y | android update sdk --no-ui --all --filter "android-25"
13+
- echo y | android update sdk --no-ui --all --filter "build-tools-25.0.0"
1414
- echo y | android update sdk --no-ui --all --filter "tools"
1515
- echo y | android update sdk --no-ui --all --filter "platform-tools"
1616
override:

0 commit comments

Comments
 (0)