Fix gradle leanback build by switching to androidx leanback.

PiperOrigin-RevId: 237467628
This commit is contained in:
tonihei 2019-03-08 17:56:01 +00:00 committed by Oliver Woodman
parent 57e2ec6a1d
commit c0e1f425e8

View File

@ -32,7 +32,8 @@ android {
dependencies {
implementation project(modulePrefix + 'library-core')
implementation 'androidx.leanback:leanback:1.0.0'
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'androidx.leanback:leanback:1.1.0-alpha01'
}
ext {