We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2202be5 + d0e0c9a commit 892a896Copy full SHA for 892a896
1 file changed
wercker.yml
@@ -13,7 +13,9 @@ build:
13
echo $ANDROID_UPDATE_FILTER
14
echo $ANDROID_NDK_HOME
15
- 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
+ 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
19
# A step that executes `gradle build` command
20
- script:
21
name: run gradle
0 commit comments