Repository: cordova-docs Updated Branches: refs/heads/master 6448d48c0 -> 7893bc47e
remove duplicate information version has its own entry, no need to duplicate the explanation here. This closes #720 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/7893bc47 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/7893bc47 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/7893bc47 Branch: refs/heads/master Commit: 7893bc47e526081ee6e84ae58a6c2a35a8109047 Parents: 6448d48 Author: Jan Piotrowski <[email protected]> Authored: Wed Aug 16 20:46:50 2017 +0200 Committer: Steve Gill <[email protected]> Committed: Thu Aug 17 11:58:24 2017 -0700 ---------------------------------------------------------------------- www/docs/en/dev/config_ref/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/7893bc47/www/docs/en/dev/config_ref/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/config_ref/index.md b/www/docs/en/dev/config_ref/index.md index ee0c938..c854b05 100644 --- a/www/docs/en/dev/config_ref/index.md +++ b/www/docs/en/dev/config_ref/index.md @@ -60,7 +60,7 @@ Root element of the config.xml document. Attributes(type) <br/> <span class="sub-header">Only for platform:</span> | Description ---------------- | ------------ -id(string) | *Required* <br/> Specifies the app's reverse-domain identifier, and the `version` its full version number expressed in major/minor/patch notation. +id(string) | *Required* <br/> Specifies the app's reverse-domain identifier. version(string) | *Required* <br/> Full version number expressed in major/minor/patch notation. android-versionCode(string) <br/> ==Android== | Alternative version for Android. Sets the [version code](http://developer.android.com/tools/publishing/versioning.html) for the application. See [the Android guide](../guide/platforms/android/index.html#setting-the-version-code) for information on how this attribute may be modified. defaultlocale <br /> ==iOS== | Specified the default language of the app, as an IANA language code. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
