[TIMOB-25509] Module build should automatically update manifest `apiversion` and `minSDK`
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 7.0.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | cb-tooling |
Reporter | Feon Sua Xin Miao |
Assignee | Unknown |
Created | 2017-11-13T19:46:52.000+0000 |
Updated | 2020-01-30T22:53:38.000+0000 |
Description
When building a module if the apiversion in the manifest does not match the platforms apiversion in the SDK then the module build will fail.
Ideally, the
apiversion
and minSDK
should be the product of a build, and dictated by the module build for the selected SDK version.
No comments