YoutubeTV – is an YouTube embedded player library for Android TV.
ProGuard rules for YoutubeTV
Add the following lines to your ProGuard configuration proguard.cfg file in project.
################################## YoutubeTV ###################################
-keep class fr.bmartel.youtubetv.JavascriptInterface { *; }
-keepclassmembers,allowobfuscation class fr.bmartel.youtubetv.JavascriptInterface.** {
<methods>;
}
For more information about YoutubeTV please see the website.