From 516650d52ce0033c84e187bef8f19bc63cfbfd45 Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Mon, 15 Jun 2015 13:19:50 +0200 Subject: [PATCH] Trying different options to update support library project (fixing Travis build) --- setup_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0