From: David A. Velasco Date: Mon, 15 Jun 2015 11:19:50 +0000 (+0200) Subject: Trying different options to update support library project (fixing Travis build) X-Git-Tag: oc-android-1.7.2~1^2~23^2~4 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/516650d52ce0033c84e187bef8f19bc63cfbfd45?ds=inline Trying different options to update support library project (fixing Travis build) --- diff --git a/setup_env.sh b/setup_env.sh index 840de695..a38c32df 100755 --- a/setup_env.sh +++ b/setup_env.sh @@ -17,7 +17,7 @@ function initForAnt { git submodule update #Prepare project android-support-appcompat-v7 ; JAR file is not enough, includes resources - android update project -p libs/android-support-appcompat-v7-exploded-aar --target android-16 + android update lib-project -p libs/android-support-appcompat-v7-exploded-aar --target android-16 #As default it updates the ant scripts android update lib-project -p owncloud-android-library