We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4883a commit 84d6b2dCopy full SHA for 84d6b2d
1 file changed
circle.yml
@@ -9,8 +9,8 @@ dependencies:
9
- echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"
10
- echo y | android update sdk --no-ui --all --filter "extra-google-m2repository"
11
- 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"
+ - echo y | android update sdk --no-ui --all --filter "android-25"
+ - echo y | android update sdk --no-ui --all --filter "build-tools-25.0.0"
14
- echo y | android update sdk --no-ui --all --filter "tools"
15
- echo y | android update sdk --no-ui --all --filter "platform-tools"
16
override:
0 commit comments