Skip to content
Snippets Groups Projects
Commit 2441505f authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

tools: Fix lifecycle dependency

parent a9c7b828
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ android {
dependencies {
api "androidx.appcompat:appcompat:$rootProject.ext.androidxAppcompatVersion"
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.ext.archVersion"
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.ext.lifecycleVersion"
implementation "androidx.preference:preference:$androidxPreferencesVersion"
api "androidx.tvprovider:tvprovider:$rootProject.ext.androidxLeanbackVersion"
implementation("com.squareup.okhttp3:logging-interceptor:4.2.1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment