Updated Branches: refs/heads/master a00e174b3 -> b085f1cbc
CB-3906: Yay! That was easy! Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/633ec661 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/633ec661 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/633ec661 Branch: refs/heads/master Commit: 633ec66126624c52b11732bb163b6f5d7ee8fe33 Parents: 3d1bddc Author: Joe Bowser <[email protected]> Authored: Tue Jun 18 15:58:56 2013 -0700 Committer: Joe Bowser <[email protected]> Committed: Tue Jun 18 15:58:56 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/upgrading/android/index.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/633ec661/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 3079459..4ab9b0e 100644 --- a/docs/en/edge/guide/upgrading/android/index.md +++ b/docs/en/edge/guide/upgrading/android/index.md @@ -22,6 +22,9 @@ 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.9.0 from 2.8.0 +1. Run bin/update <project_path> + ## Upgrade to 2.8.0 from 2.7.0 ## 1. Remove cordova-2.7.0.jar from the libs directory in your project 2. Add cordova-2.8.0.jar to the libs directory in your project
