mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Depend on androidx leanback 1.0 for the leanback extension.
PiperOrigin-RevId: 237772784
This commit is contained in:
parent
c0e1f425e8
commit
64af87cba0
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ android {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(modulePrefix + 'library-core')
|
implementation project(modulePrefix + 'library-core')
|
||||||
implementation 'androidx.annotation:annotation:1.0.1'
|
implementation 'androidx.annotation:annotation:1.0.1'
|
||||||
implementation 'androidx.leanback:leanback:1.1.0-alpha01'
|
implementation 'androidx.leanback:leanback:1.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue