From ffa569b3af90248ca49b19b877c47c6c13f3bdd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 09:56:10 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.4.0 to 2.8.2 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.4.0 to 2.8.2. --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 07530f6..6d27f62 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -79,7 +79,7 @@ dependencies { implementation("com.google.android.material:material:1.6.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.4.0") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.2") implementation("com.google.dagger:hilt-android:$hiltVersion") implementation("androidx.hilt:hilt-navigation-compose:1.0.0")