[TIMOB-28471] Android: Compile with SDK version 31 (Android 12)
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-08-06T17:10:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.1.0 |
Components | Android |
Labels | android, compile, sdk |
Reporter | Joshua Quick |
Assignee | Joshua Quick |
Created | 2021-06-05T01:02:01.000+0000 |
Updated | 2021-08-06T17:10:16.000+0000 |
Description
Update "titanium_mobile/android" to compile for Android 12 (ie: "compileSdkVersion" 31).
This is needed in order to use the newest API Level 31 features so that we can work on the "Android 12" epic.
Starting off, Titanium should not target API Level 31 by default until all Android 12 breaking changes have been resolved. But we should allow the developer to opt-in to targeting API Level 31 to test the newest features/changes.
PR (master): https://github.com/appcelerator/titanium_mobile/pull/12959