Mark Koudritsky created CB-7980:
-----------------------------------
Summary: 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]