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

ASF subversion and git services commented on CB-7980:
-----------------------------------------------------

Commit 9224ab15929b80d1b149e9f9e4743de86a04d77b in cordova-android's branch 
refs/heads/master from [~kamrik]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=9224ab1 ]

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
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to