From: AndyScherzinger Date: Sun, 26 Jul 2015 21:23:45 +0000 (+0200) Subject: Bump compile from 16-->22 in order to compile actual appcompat X-Git-Tag: oc-android-1.8~42^2~55 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/31160d2c4f06a5d82b774e7b8a865238d140ec28?hp=--cc Bump compile from 16-->22 in order to compile actual appcompat --- 31160d2c4f06a5d82b774e7b8a865238d140ec28 diff --git a/setup_env.bat b/setup_env.bat index ded68e16..8ccfeee1 100644 --- a/setup_env.bat +++ b/setup_env.bat @@ -22,7 +22,7 @@ echo "Executing Ant setup..." 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 diff --git a/setup_env.sh b/setup_env.sh index a38c32df..76ba2a32 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 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