Hard-code v7-appcompat target to android-19
Taken from v7/appcompat/build.gradle
This commit is contained in:
parent
5af5306311
commit
5d3372207a
@ -1,14 +1,12 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
target=`sed -n 's,^target=\(.*\),\1,p' project.properties`
|
||||
|
||||
android update lib-project --path extern/UniversalImageLoader/library
|
||||
android update lib-project --path extern/AndroidPinning
|
||||
android update lib-project --path extern/MemorizingTrustManager
|
||||
android update lib-project --path extern/libsuperuser/libsuperuser
|
||||
android update lib-project --path extern/zxing-core
|
||||
android update lib-project --path extern/android-support-v4-preferencefragment
|
||||
android update lib-project --path extern/Support/v7/appcompat --target $target
|
||||
android update lib-project --path extern/Support/v7/appcompat --target android-19
|
||||
android update project --path . --name F-Droid
|
||||
|
||||
{ echo -e "\nSuccessfully updated the main project.\n"; } 2>/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user