Depend on androidx leanback 1.0 for the leanback extension.

PiperOrigin-RevId: 237772784
This commit is contained in:
tonihei 2019-03-11 10:46:44 +00:00 committed by Oliver Woodman
parent c0e1f425e8
commit 64af87cba0

View file

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