From 4cfc9802a913e0f7a17e1a118ed07d12a6b93869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:09:51 +0000 Subject: [PATCH] deps(deps): bump com.google.android.play:integrity in /android Bumps com.google.android.play:integrity from 1.4.0 to 1.6.0. --- updated-dependencies: - dependency-name: com.google.android.play:integrity dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 3681ca7..8ec56f3 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -132,7 +132,7 @@ dependencies { // Play services for in-app updates and integrity implementation("com.google.android.play:app-update:2.1.0") implementation("com.google.android.play:app-update-ktx:2.1.0") - implementation("com.google.android.play:integrity:1.4.0") + implementation("com.google.android.play:integrity:1.6.0") // FileProvider, browser custom tabs implementation("androidx.browser:browser:1.10.0")