[TIMOB-26262] Android: Update used Google Support libraries to revision 28
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2019-10-17T01:20:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | Q3, android, libraries, material-design, material-theme, roadmap2019 |
Reporter | Joshua Quick |
Assignee | Joshua Quick |
Created | 2018-08-04T02:54:57.000+0000 |
Updated | 2019-10-17T01:20:49.000+0000 |
Description
Titanium currently uses revision 27 of the Google Support libraries.
We should update to revision 28.0.0 once it has been released by Google. (Currently in beta.)
Revision 28 contains new features such as:
*
BottomAppBar
* Chip
and ChipGroup
(To be used by Ti.UI.ButtonBar
.)
* MaterialButton
* MaterialCardView
* New theme called: Theme.MaterialComponents
The release of this library will coincide with Google's release of Android P.
Won't implement since Google Support libraries are now deprecated. The current plan is to replace Support libraries with AndroidX libraries. See: [TIMOB-26472]