From 5c38cca237496e4fa7271035372863f6909028f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:12: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.11.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-version: 2.11.0 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 01f72d9..efda357 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -127,7 +127,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.11.0" testImplementation 'org.mockito:mockito-core:5.8.0' androidTestImplementation 'org.mockito:mockito-android:5.8.0'