From 9e5041772c4fe8239bf08b91fb839122882f77c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:35:44 +0000 Subject: [PATCH] chore(deps): bump androidx.databinding:databinding-common Bumps androidx.databinding:databinding-common from 8.4.2 to 8.7.0. --- updated-dependencies: - dependency-name: androidx.databinding:databinding-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- demos/camera/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/camera/build.gradle b/demos/camera/build.gradle index fc4a2793f..eeb660e82 100644 --- a/demos/camera/build.gradle +++ b/demos/camera/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2' implementation 'com.google.android.material:material:1.12.0' implementation "androidx.preference:preference-ktx:1.2.1" - implementation 'androidx.databinding:databinding-common:8.4.2' + implementation 'androidx.databinding:databinding-common:8.7.0' testImplementation 'junit:junit:4.13.2'