Update Android SDK verions and commons-codec version in README.md.

This commit is contained in:
Andrew Grieve 2012-12-02 21:19:58 -05:00
parent 00e5ff1964
commit c806451b8a

View File

@ -29,11 +29,11 @@ Building
To create your cordova.jar, copy the commons codec:
mv commons-codec-1.6.jar framework/libs
mv commons-codec-1.7.jar framework/libs
then run in the framework directory:
android update project -p . -t android-16
android update project -p . -t android-17
ant jar