Android: Support for AndroidTV Oreo Homescreen channels

This commit is contained in:
zackhow
2018-07-08 14:29:03 -04:00
parent 14317c8a0f
commit 0488fe1d30
12 changed files with 1034 additions and 2 deletions

View File

@ -86,6 +86,7 @@ dependencies {
// Android TV UI libraries.
implementation "com.android.support:leanback-v17:$androidSupportVersion"
implementation "com.android.support:support-tv-provider:$androidSupportVersion"
// For showing the banner as a circle a-la Material Design Guidelines
implementation 'de.hdodenhof:circleimageview:2.1.0'