mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Bump compile from 16-->22 in order to compile actual appcompat
This commit is contained in:
parent
5d6ca092fb
commit
31160d2c4f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue