Commit 64af87cb by tonihei Committed by Oliver Woodman

Depend on androidx leanback 1.0 for the leanback extension.

PiperOrigin-RevId: 237772784
parent c0e1f425
Showing with 1 additions and 1 deletions
...@@ -33,7 +33,7 @@ android { ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment