[Android] tools: Fix lifecycle dependency
Geoffrey Métais
git at videolan.org
Tue Jan 28 15:49:17 CET 2020
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 28 15:48:03 2020 +0100| [2441505f51bc8a5c30848883df1887b25c102dcc] | committer: Geoffrey Métais
tools: Fix lifecycle dependency
> https://code.videolan.org/videolan/vlc-android/commit/2441505f51bc8a5c30848883df1887b25c102dcc
---
application/tools/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/tools/build.gradle b/application/tools/build.gradle
index 22c546cbb..13cee1573 100644
--- a/application/tools/build.gradle
+++ b/application/tools/build.gradle
@@ -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")
More information about the Android
mailing list