[TIMOB-9871] Android: Most of our android library projects are still pointing to API 7 and should be 8.
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-07-03T15:56:54.000+0000 |
Affected Version/s | Release 2.1.0 |
Fix Version/s | Sprint 2012-14 Core, Release 3.0.0 |
Components | Android |
Labels | core |
Reporter | Bill Dawson |
Assignee | Bill Dawson |
Created | 2012-07-03T13:33:21.000+0000 |
Updated | 2017-03-06T22:29:58.000+0000 |
Description
Our Titanium Android module projects are Android library projects (from Eclipse's perspective) containing AndroidManifest.xml files that currently are still pointing to api level 7 (which we don't support). Same with the project.properties files. These files need to be updated to api level 8 (our minimum supported)
Testing Notes
There isn't really a QE-style test for this, since this is only relevant for Eclipse. For platform tester: * Build my branch outside of Eclipse. * Go into Eclipse and refresh all your projects. * Make sure no strange errors. :) If strange errors, try Project->CleanPull request ready https://github.com/appcelerator/titanium_mobile/pull/2503
Closing ticket due to time passed.