From 134fd25505226c3a8bb299c8b5efe5cdc27d457e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 11:33:45 +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.3. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.9.3 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..94edd75 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.3" testImplementation 'org.mockito:mockito-core:5.8.0' androidTestImplementation 'org.mockito:mockito-android:5.8.0'