[TIMOB-23587] Android: Recompile appcelerator.apm module against latest SDK
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2016-07-21T15:30:17.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 6.0.0 |
| Components | Android |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Ashraf Abu |
| Created | 2016-07-01T14:50:43.000+0000 |
| Updated | 2017-03-31T22:02:52.000+0000 |
Description
appcelerator.apm: https://github.com/appcelerator-modules/appcelerator.apm
Generally this requires some minor changes to each module:
- bump the module's version up to the next major (i.e. 2.3.1 -> 3.0.0)
- bump the module's apiversion to 3 (for Android)
- bump the minsdk to 6.0.0 (for Android)
At a higher level, we'll need to update our CI build scripts for modules to use the master branch SDK to build against, and Android NDK r11c.
PR https://github.com/appcelerator-modules/appcelerator.apm/pull/25
https://github.com/appcelerator-modules/appcelerator.apm/releases/tag/2.0.0
Closing ticket as fixed.