[TIMOB-26950] Android: Compile with SDK version 29 (Android Q)
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-08-16T21:00:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.3.0 |
Components | Android |
Labels | android, compile |
Reporter | Joshua Quick |
Assignee | Gary Mathews |
Created | 2019-03-29T20:38:48.000+0000 |
Updated | 2019-10-15T14:45:59.000+0000 |
Description
Update "titanium_mobile/android" to compile for Android Q (ie: "compileSdkVersion" 29).
This is needed in order to use the newest API Level 29 features so that we can work on the "Android Q" epic.
Starting off, Titanium should not target API Level 29 by default until all Android Q breaking changes have been resolved. But we should allow the developer to opt-in to targeting API Level 29 to test the newest features/changes.
8_3_X: https://github.com/appcelerator/titanium_mobile/pull/11154
Still targets API level 28. Built app using 8.3.0.v20191002165629.
Fix verified with build 8.3.0.v20191015062903. Tested using KitchenSink v2 and ensuring all functions work as before. Ticked closed.