GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-05-18T11:31:41.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-10 MW |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-05-02T17:01:20.000+0000 |
Updated | 2017-03-03T23:30:25.000+0000 |
The compiler needs to compare versions for checking the minimum SDK version. The current compare version function totally doesn't work, especially when comparing some version like "2.0.1GA2" or "2.0.1.v20120502173124".
Pull request: https://github.com/appcelerator/titanium_mobile/pull/2223
test.py is my test case for the compare function. You can use the same test case for TIMOB-8960 to test the actual compile process. Tinker with the minsdk version in the test module's manifest file.
Closing ticket as MobileWeb is no longer supported.