youtubetv icon indicating copy to clipboard operation
youtubetv copied to clipboard

AndroidX Support

Open kirtigiripunje opened this issue 3 years ago • 2 comments

If I need to covert this library to android X then How can I do it?

kirtigiripunje avatar Apr 08 '21 07:04 kirtigiripunje

Just click (Refactor -> Migrate to AndroidX ) and replace deprecated files as below

PlaybackOverlayFragment --> PlaybackSupportFragment PlaybackControlGlue --> to AndroidX PlaybackControlGlue

boom! It's done..

Rana-Adeel-Ahmad avatar Aug 21 '21 13:08 Rana-Adeel-Ahmad

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.

fauzie811 avatar Mar 24 '22 07:03 fauzie811