[
https://issues.apache.org/jira/browse/CB-11958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548109#comment-15548109
]
jcesarmobile commented on CB-11958:
-----------------------------------
How can that make impossible to upload new apks?
If last version you uploaded had 208 version code, when just add
android-versionCode="209" inside the widget tag on your config.xml
Example
{code}
<widget id="io.cordova.hellocordova" version="2.0.9" android-versionCode="209"
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0">
</widget>
{code}
> Doesn't append "8" at the end of version code anymore
> -----------------------------------------------------
>
> Key: CB-11958
> URL: https://issues.apache.org/jira/browse/CB-11958
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 6.3.1
> Reporter: Adriano Di Giovanni
> Priority: Blocker
>
> There's a commented block starting at line 203 of build.gradle
> That block appended an "8" at the end of the version code in previous
> versions of cordova-android.
> This change in behavior makes impossible to upload new apks following correct
> versioning.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]