From 22a2a06a57e6b2c3de78f1edd2562ab95021c88a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:35:31 -0800 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.6 to 2.8.7 (#93) Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.6 to 2.8.7. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c35e224..e51988a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.6' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' implementation 'com.google.android.material:material:1.12.0' implementation 'com.solanamobile:digital-asset-links-android:1.0.4' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'