You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/01 04:12:55 UTC

docs commit: [CB-4962] Add upgrade instructions for Android

Updated Branches:
  refs/heads/master 36d5cafe1 -> ae61b67cd


[CB-4962] Add upgrade instructions for Android


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

Branch: refs/heads/master
Commit: ae61b67cdbac14f7f3878c87a03542bafe6d8e6b
Parents: 36d5caf
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Sep 30 21:55:01 2013 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Sep 30 21:55:01 2013 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/upgrading.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ae61b67c/docs/en/edge/guide/platforms/android/upgrading.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/upgrading.md b/docs/en/edge/guide/platforms/android/upgrading.md
index d703ef6..2d28f3e 100644
--- a/docs/en/edge/guide/platforms/android/upgrading.md
+++ b/docs/en/edge/guide/platforms/android/upgrading.md
@@ -24,6 +24,17 @@ Most of these instructions apply to projects created with an older set
 of command-line tools that precede the `cordova` CLI utility. See The Command-line Interface for information how to update the
 version of the CLI.
 
+## Upgrading to 3.1.0 from 3.0.0 ##
+
+For projects that were created with the cordova CLI: 
+
+1. Update the `cordova` CLI version - see The Command-line Interface 
+2. Run `cordova platform update android`
+        
+For projects not created with the cordova CLI, run:
+
+1. `bin/update <project_path>`
+        
 ## Upgrade to the CLI (3.0.0) from 2.9.0 ##
 
 1. Create a new Apache Cordova 3.0.0 project using the cordova CLI, as