Trying different options to update support library project (fixing Travis build)
authorDavid A. Velasco <dvelasco@solidgear.es>
Mon, 15 Jun 2015 11:19:50 +0000 (13:19 +0200)
committerDavid A. Velasco <dvelasco@solidgear.es>
Mon, 15 Jun 2015 11:19:50 +0000 (13:19 +0200)
setup_env.sh

index 840de69..a38c32d 100755 (executable)
@@ -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