From c806451b8a06700ca10e52078c94ed46e78525c4 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Sun, 2 Dec 2012 21:19:58 -0500 Subject: [PATCH] Update Android SDK verions and commons-codec version in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2d2e99f93..a4ebee6db4 100755 --- a/README.md +++ b/README.md @@ -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