lightning-i2p/setup-ant.sh
Miłosz Sieradzki 98bdca6bd4 Update setup-ant.sh
libs/android-support-v4.jar file was removed in commit a9b36df80e
2014-07-18 20:31:16 +02:00

11 lines
289 B
Bash
Executable File

#!/bin/sh
target="android-19"
for f in `find external/ -name project.properties`; do
projectdir=`dirname $f`
echo "Updating ant setup in $projectdir:"
android update lib-project -p $projectdir -t $target
done
android update project -p . --subprojects -t $target --name Lightning