[TIMOB-26633] Android: Change min supported version to Android 4.4 (API Level 19)
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-12-07T00:32:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.0 |
Components | Android |
Labels | android, breaking-change, version |
Reporter | Joshua Quick |
Assignee | Gary Mathews |
Created | 2018-12-06T00:21:10.000+0000 |
Updated | 2018-12-10T11:40:36.000+0000 |
Description
In Titanium 8.0.0, we need to bump up the minimum Android OS version supported...
*From:* Android 4.1 (API Level 16)
*To:* Android 4.4 (API Level 19)
The "minSdkVersion" in Titanium SDK's "package.json" needs to be changed here.
https://github.com/appcelerator/titanium_mobile/blob/master/android/package.json
Titanium's "AndroidManefest.xml" template will automatically pull the "minSdkVersion" from the above mentioned "package.json".
master: https://github.com/appcelerator/titanium_mobile/pull/10515
FR passed. Waiting on jenkins to merge
PR merged.
Closing ticket, Improvement verified in SDK version
8.0.0.v20181207122537
. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/10515