Browse Source

Updated with lib addition

master
Anthony Restaino 10 years ago
parent
commit
c939e7e225
  1. 2
      setup-ant.sh

2
setup-ant.sh

@ -14,3 +14,5 @@ for f in `find external/ -name project.properties`; do @@ -14,3 +14,5 @@ for f in `find external/ -name project.properties`; do
android update lib-project -p $projectdir -t $target
done
android update project -p . --subprojects -t $target --name Lightning
cp libs/android-support-v4.jar external/netcipher/libnetcipher/libs/android-support-v4.jar

Loading…
Cancel
Save