From a363248df7428525c0d279c39dcda45cbd179148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 09:05:32 +0000 Subject: [PATCH] chore: bump androidx.lifecycle:lifecycle-runtime-ktx in /android Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.1 to 2.9.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 20ab42f..a8625c9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -125,7 +125,7 @@ dependencies { // // compile 'com.mparticle:android-example-kit:REPLACEME' // - implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1" + implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.9.4" testImplementation 'org.mockito:mockito-core:5.8.0' androidTestImplementation 'org.mockito:mockito-android:5.8.0'