You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Roberto Andrade (JIRA)" <ji...@apache.org> on 2015/10/03 13:09:26 UTC

[jira] [Commented] (CB-7980) Multi-APK building depending on webview

    [ https://issues.apache.org/jira/browse/CB-7980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14942229#comment-14942229 ] 

Roberto Andrade commented on CB-7980:
-------------------------------------

I completely agree with [~olliebennett] and have been scratching my head for the past day trying to understand why the version I was specifying in the config.xml was being modified on the final AndroidManifest.xml.

> Multi-APK building depending on webview
> ---------------------------------------
>
>                 Key: CB-7980
>                 URL: https://issues.apache.org/jira/browse/CB-7980
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Android
>            Reporter: Mark Koudritsky
>            Assignee: Andrew Grieve
>
> Set versionCode depending on whether we are building multiple APKs and which minSdkVersion is set.
> versionCode = (major * 10,000 + minor * 100 + micro) * 10
> Then the last digit is set to
> 8: if minSdkVersion is 14+ (Minimum requirement for crosswalk)
> 9: if minSdkVersion is 20+ (Minimum requirement for auto-updated system webview)
> 0: crorss-platfrom but minSdkVersion < 20
> 2: arm 32
> 3: reserved for arm64
> 4: x86
> 5: reserved for x86-64



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org