From 7e370ee61d9860fae785a3fe85f212200a956cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:10:45 +0000 Subject: [PATCH 1/2] Bump lifecycle-runtime-ktx from 2.2.0 to 2.5.0 Bumps lifecycle-runtime-ktx from 2.2.0 to 2.5.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 56aaddf1b..b1e4eac1f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,7 +215,7 @@ dependencies { implementation "androidx.exifinterface:exifinterface:1.3.3" implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0' implementation 'androidx.biometric:biometric:1.1.0' From 6725545bad9bab3603fbbfc62c6956edfa03068d Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 5 Jul 2022 12:25:47 +0200 Subject: [PATCH 2/2] unify lifecycle version and bump to 2.5.0 Signed-off-by: Andy Scherzinger --- app/build.gradle | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b1e4eac1f..ba9496804 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -160,7 +160,7 @@ ext { butterknifeVersion = "10.2.3" coilKtVersion = "2.1.0" daggerVersion = "2.42" - lifecycleVersion = '2.2.0' + lifecycleVersion = '2.5.0' okhttpVersion = "4.10.0" materialDialogsVersion = "3.3.0" parcelerVersion = "1.1.13" @@ -214,8 +214,9 @@ dependencies { implementation "androidx.camera:camera-view:${androidxCameraVersion}" implementation "androidx.exifinterface:exifinterface:1.3.3" - implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0' + implementation "androidx.lifecycle:lifecycle-runtime-ktx:${lifecycleVersion}" + implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${lifecycleVersion}" implementation 'androidx.biometric:biometric:1.1.0' @@ -255,8 +256,6 @@ dependencies { kapt "androidx.room:room-compiler:${roomVersion}" implementation "androidx.room:room-ktx:${roomVersion}" - implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}" - implementation "org.parceler:parceler-api:$parcelerVersion" implementation 'net.orange-box.storebox:storebox-lib:1.4.0' implementation "com.jakewharton:butterknife:${butterknifeVersion}" @@ -337,8 +336,6 @@ dependencies { gplayImplementation 'com.google.android.gms:play-services-base:18.0.1' gplayImplementation "com.google.firebase:firebase-messaging:23.0.5" - // TODO: Define variable for version - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1" // implementation 'androidx.activity:activity-ktx:1.4.0' }