mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix gradle leanback build by switching to androidx leanback.
PiperOrigin-RevId: 237467628
This commit is contained in:
parent
57e2ec6a1d
commit
c0e1f425e8
@ -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…
x
Reference in New Issue
Block a user