Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "AndroidReleaseChecklist" page has been changed by SimonMacDonald: http://wiki.apache.org/cordova/AndroidReleaseChecklist?action=diff&rev1=6&rev2=7 a. Put the edited logs into a new section for the new version with a date (YYYYMMDD) in parentheses, and follow the previous formats 4. Build the tagged cordova-js for this version (cordova.android.js) from the [[http://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git | cordova-js]] project, and put the file in the [[https://github.com/apache/incubator-cordova-android/tree/master/framework/assets/js | framework/assets/js]] folder, replacing the current [[https://github.com/apache/incubator-cordova-android/tree/master/framework/assets/js/cordova.android.js | cordova.android.js]] file 5. Update the Cordova version data for the current version - a. Update the VERSION file with the current version number + a. Update the [[https://github.com/apache/incubator-cordova-android/blob/master/VERSION | VERSION]] file with the current version number - 5. Run '''ant build''', make sure it builds everything ok + a. Run '''ant build''', make sure it builds everything ok + a. Create a commit that includes the following files + i. [[https://github.com/apache/incubator-cordova-android/blob/master/VERSION | VERSION]] + i. [[https://github.com/apache/incubator-cordova-android/blob/master/framework/assets/www/index.html | framework/assets/www/index.html]] + i. [[https://github.com/apache/incubator-cordova-android/blob/master/framework/src/org/apache/cordova/Device.java | framework/src/org/apache/cordova/Device.java]] 6. If completion of the previous steps is satisfactory, tag your repo with the new version, then... 7. Push your commits with the new tag to the [[http://git-wip-us.apache.org/repos/asf/incubator-cordova-android.git | Android repo]]