[
https://issues.apache.org/jira/browse/CB-7980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207035#comment-14207035
]
ASF subversion and git services commented on CB-7980:
-----------------------------------------------------
Commit 9d3c13065bcb580ae9222008065b93d6e3df0453 in cordova-android's branch
refs/heads/4.0.x from [~kamrik]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=9d3c130 ]
CB-7980: Add 9 to versionCode for minSdk 20+ if not multiarch
> 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: Mark Koudritsky
>
> 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
> 9: if minSdkVersion is 20+
> 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: [email protected]
For additional commands, e-mail: [email protected]