Skip to content

Commit d0e0c9a

Browse files
committed
Fix wercker.yml.
1 parent 2202be5 commit d0e0c9a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

wercker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ build:
1313
echo $ANDROID_UPDATE_FILTER
1414
echo $ANDROID_NDK_HOME
1515
- android-sdk-update:
16-
filter: tools,platform-tools,android-21,android-22,android-23,build-tools-23.0.2,extra-android-support,extra-android-m2repository
16+
filter: tools,platform-tools
17+
- android-sdk-update:
18+
filter: android-21,android-22,android-23,build-tools-23.0.2,extra-android-support,extra-android-m2repository
1719
# A step that executes `gradle build` command
1820
- script:
1921
name: run gradle

0 commit comments

Comments
 (0)