From 1b6d2560e6b9ecd311f2b2053c821c4dcea45069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:39:20 +0000 Subject: [PATCH] Bump com.google.android.play:integrity from 1.2.0 to 1.4.0 Bumps com.google.android.play:integrity from 1.2.0 to 1.4.0. --- updated-dependencies: - dependency-name: com.google.android.play:integrity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- feature/identity/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/identity/build.gradle b/feature/identity/build.gradle index 163c5666..293f00da 100644 --- a/feature/identity/build.gradle +++ b/feature/identity/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.google.android.gms:play-services-auth:21.1.0' - implementation 'com.google.android.play:integrity:1.2.0' + implementation 'com.google.android.play:integrity:1.4.0' implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.7.0" kapt daggerAnnotationProcessor