We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532d746 commit 5a3853fCopy full SHA for 5a3853f
.travis.yml
@@ -75,7 +75,7 @@ matrix:
75
76
- mkdir -p $ANDROID_HOME/platforms
77
- mv -f $HOME/.android.platforms $ANDROID_HOME/platforms
78
- - echo "y" | android update sdk --no-ui --filter platform
+ - echo "y" | android update sdk --no-ui --filter `android list sdk | grep "SDK Platform Android" | grep -E 'API 15|API 19|API 24' | awk '{print $1}' | cut -d '-' -f 1 | tr '\n' ','`
79
80
- go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds
81
- mv -f $ANDROID_HOME/platforms $HOME/.android.platforms
0 commit comments