Bump compile from 16-->22 in order to compile actual appcompat
authorAndyScherzinger <info@andy-scherzinger.de>
Sun, 26 Jul 2015 21:23:45 +0000 (23:23 +0200)
committerAndyScherzinger <info@andy-scherzinger.de>
Sun, 26 Jul 2015 21:23:45 +0000 (23:23 +0200)
setup_env.bat
setup_env.sh

index ded68e1..8ccfeee 100644 (file)
@@ -22,7 +22,7 @@ echo "Executing Ant setup..."
 call git submodule init
 call git submodule update
 
 call git submodule init
 call git submodule update
 
-call android.bat update project -p libs/android-support-appcompat-v7-exploded-aar --target android-16
+call android.bat update project -p libs/android-support-appcompat-v7-exploded-aar --target android-22
 call android.bat update lib-project -p owncloud-android-library
 call android.bat update project -p .
 call android.bat update project -p oc_jb_workaround
 call android.bat update lib-project -p owncloud-android-library
 call android.bat update project -p .
 call android.bat update project -p oc_jb_workaround
index a38c32d..76ba2a3 100755 (executable)
@@ -17,7 +17,7 @@ function initForAnt {
        git submodule update
 
        #Prepare project android-support-appcompat-v7 ; JAR file is not enough, includes resources
        git submodule update
 
        #Prepare project android-support-appcompat-v7 ; JAR file is not enough, includes resources
-       android update lib-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-22
        
        #As default it updates the ant scripts
        android update lib-project -p owncloud-android-library
        
        #As default it updates the ant scripts
        android update lib-project -p owncloud-android-library