mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Fix gradle leanback build by switching to androidx leanback.
PiperOrigin-RevId: 237467628
This commit is contained in:
parent
57e2ec6a1d
commit
c0e1f425e8
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue