1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Grant that local Ant properties are updated for owncloud-android-library project

This commit is contained in:
David A. Velasco 2014-04-08 13:35:55 +02:00
parent 7f8da4cce6
commit 7d33ff1295

View File

@ -8,6 +8,7 @@ before_install:
- curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS - curl -3L https://raw.github.com/embarkmobile/android-sdk-installer/version-1/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env - source ~/.android-sdk-installer/env
- rm pom.xml - rm pom.xml
- android update project -p .
script: script:
- ant clean - ant clean