Commit c0e1f425 by tonihei Committed by Oliver Woodman

Fix gradle leanback build by switching to androidx leanback.

PiperOrigin-RevId: 237467628
parent 57e2ec6a
Showing with 2 additions and 1 deletions
...@@ -32,7 +32,8 @@ android { ...@@ -32,7 +32,8 @@ android {
dependencies { dependencies {
implementation project(modulePrefix + 'library-core') 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 { 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