From 6e17c58ee4468cf88b86ad8ce50f8ca3b5c98ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:22:12 +0000 Subject: [PATCH] build(deps): bump androidx.fragment:fragment Bumps androidx.fragment:fragment from 1.4.1 to 1.6.2. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android_driverapp_samples/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android_driverapp_samples/app/build.gradle b/android_driverapp_samples/app/build.gradle index 33e4189..cd6eec6 100644 --- a/android_driverapp_samples/app/build.gradle +++ b/android_driverapp_samples/app/build.gradle @@ -121,7 +121,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata:2.4.1' implementation 'androidx.lifecycle:lifecycle-livedata-core:2.4.1' implementation "androidx.activity:activity:1.4.0" - implementation "androidx.fragment:fragment:1.4.1" + implementation "androidx.fragment:fragment:1.6.2" implementation "androidx.work:work-runtime:2.7.0" api 'com.github.bumptech.glide:glide:4.9.0'