Skip to content

Commit

Permalink
Fix wercker.yml: tools should be updated first.
Browse files Browse the repository at this point in the history
Otherwise, build-tools-23.0.2 cannot be found.
  • Loading branch information
ksoichiro committed Dec 6, 2015
2 parents 2202be5 + d0e0c9a commit 892a896
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wercker.yml
Expand Up @@ -13,7 +13,9 @@ build:
echo $ANDROID_UPDATE_FILTER
echo $ANDROID_NDK_HOME
- android-sdk-update:
filter: tools,platform-tools,android-21,android-22,android-23,build-tools-23.0.2,extra-android-support,extra-android-m2repository
filter: tools,platform-tools
- android-sdk-update:
filter: android-21,android-22,android-23,build-tools-23.0.2,extra-android-support,extra-android-m2repository
# A step that executes `gradle build` command
- script:
name: run gradle
Expand Down

0 comments on commit 892a896

Please sign in to comment.