[TIMOB-6907] Android: minSdkVersion incorrect in template AndroidManifest.xml
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-12-28T11:06:29.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2011-52, Release 2.0.0, Release 1.8.1 |
Components | Android |
Labels | n/a |
Reporter | Bill Dawson |
Assignee | Bill Dawson |
Created | 2011-12-28T08:34:44.000+0000 |
Updated | 2013-01-17T10:41:10.000+0000 |
Description
minSdkVersion
still set to 7, should be 8.
Testing steps:
1. create a new project.
2. build and run project.
3. open build/android/AndroidManifest.xml.
4. in the fail case, you will see <uses-sdk android:minSdkVersion="7" />
, when testing the fix you should see <uses-sdk android:minSdkVersion="8" />
.
Comments
JSON Source
pull request ready https://github.com/appcelerator/titanium_mobile/pull/1106
Verified the fix.Seeing