From 32aaffa148dd8af3df1a133e893bd7846f2f81bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:05:41 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.7.0 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.7.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 b06628e..7650d8c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.core:core-ktx:1.10.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' implementation 'com.google.android.material:material:1.9.0' implementation 'com.solanamobile:digital-asset-links-android:1.0.3' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'