Updated Branches:
  refs/heads/master 1484d2e2b -> 832d2e066

Upgrading Android upgrading guide


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/832d2e06
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/832d2e06
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/832d2e06

Branch: refs/heads/master
Commit: 832d2e066fa0e2c278e12e61fbb229206b2f9229
Parents: 4da816f
Author: Simon MacDonald <simon.macdon...@gmail.com>
Authored: Thu Oct 18 14:33:53 2012 -0400
Committer: Simon MacDonald <simon.macdon...@gmail.com>
Committed: Thu Oct 18 14:33:53 2012 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/upgrading/android/index.md |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/832d2e06/docs/en/edge/guide/upgrading/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/upgrading/android/index.md 
b/docs/en/edge/guide/upgrading/android/index.md
index 1c8f6de..470cae5 100644
--- a/docs/en/edge/guide/upgrading/android/index.md
+++ b/docs/en/edge/guide/upgrading/android/index.md
@@ -23,6 +23,24 @@ Upgrading Cordova Android
 
 This document is for people who need to upgrade their Cordova versions from an 
older version to a current version of Cordova.
 
+## Upgrade to 2.2.0 from 2.1.0 ##
+
+1. Remove cordova-2.1.0.jar from the libs directory in your project
+2. Add cordova-2.2.0.jar to the libs directory in your project
+3. If you are using Eclipse, please refresh your eclipse project and do a clean
+4. Copy the new cordova-2.2.0.js into your project
+5. Update your HTML to use the new cordova-2.2.0.js file
+6. Copy the res/xml/config.xml to be the same as the one found in 
framework/res/xml/config.xml
+
+## Upgrade to 2.1.0 from 2.0.0 ##
+
+1. Remove cordova-2.0.0.jar from the libs directory in your project
+2. Add cordova-2.1.0.jar to the libs directory in your project
+3. If you are using Eclipse, please refresh your eclipse project and do a clean
+4. Copy the new cordova-2.1.0.js into your project
+5. Update your HTML to use the new cordova-2.1.0.js file
+6. Copy the res/xml/config.xml to be the same as the one found in 
framework/res/xml/config.xml
+
 ## Upgrade to 2.0.0 from 1.9.0 ##
 
 1. Remove cordova-1.9.0.jar from the libs directory in your project
@@ -30,7 +48,7 @@ This document is for people who need to upgrade their Cordova 
versions from an o
 3. If you are using Eclipse, please refresh your eclipse project and do a clean
 4. Copy the new cordova-2.0.0.js into your project
 5. Update your HTML to use the new cordova-2.0.0.js file
-6. Copy the res/xml/config.xml to be the same as the one found in 
framework/res/xml/config.xmll
+6. Copy the res/xml/config.xml to be the same as the one found in 
framework/res/xml/config.xml
 
 ### Notes about 2.0.0 release
 config.xml will be replacing cordova.xml and plugins.xml.  This new file is a 
combination of the previous two.  However, the

Reply via email to