youtubetv
youtubetv copied to clipboard
AndroidX Support
If I need to covert this library to android X then How can I do it?
Just click (Refactor -> Migrate to AndroidX ) and replace deprecated files as below
PlaybackOverlayFragment --> PlaybackSupportFragment PlaybackControlGlue --> to AndroidX PlaybackControlGlue
boom! It's done..
Just click (Refactor -> Migrate to AndroidX ) and replace deprecated files as below
PlaybackOverlayFragment --> PlaybackSupportFragment PlaybackControlGlue --> to AndroidX PlaybackControlGlue
boom! It's done..
It's not that easy apparently.