Github user nikhilkh commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/540#discussion_r55279789
--- Diff: www/docs/en/dev/guide/platforms/android/index.md ---
@@ -252,6 +252,34 @@ Note that plugins can also include
`build-extras.gradle` files via:
<framework src="some.gradle" custom="true" type="gradleReference" />
+### Setting the Version Code
+
+To change the [version
code](http://developer.android.com/tools/publishing/versioning.html) for your
app's generated apk,
+set the `android-versionCode` attribute in the widget element of your
application's
+[config.xml file](../../../config_ref/index.html). If the
`android-versionCode` is not set, the
+version code will instead be determined using the `version` attribute. For
example,
--- End diff --
You may drop the 'instead'
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]