7     android update lib-project 
-p owncloud-android-library
 
   8     android update project 
-p .
 
   9     android update project 
-p oc_jb_workaround
 
  10     android update test-project 
-p tests 
-m ..
 
  15         #Gets the owncloud-android-library 
  19         #Prepare project android-support-appcompat-v7 ; JAR file is not enough, includes resources 
  20         android update lib-project 
-p libs
/android-support-appcompat-v7-exploded-aar 
--target android-22
 
  21         android update lib-project 
-p libs
/com-getbase-floatingactionbutton-1-10-1-exploded-aar 
--target android-22
 
  23         #As default it updates the ant scripts 
  24         android update lib-project 
-p owncloud-android-library
 
  25         android update project 
-p .
 
  26         android update project 
-p oc_jb_workaround
 
  27         android update test-project 
-p tests 
-m ..
 
  33         echo "Usage : $0 [gradle | maven | ant]" 
  41         echo "Creating Ant environment" 
  45     "gradle")  echo  "Creating gradle environment" 
  49     "maven")  echo  "Creating maven environment" 
  53     *)  echo "Argument not recognized" 
  54         echo "Usage : $0 [gradle | maven | ant]"