From 88776c9cfc6b34fee0c3d094d5373c9f227130c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:17:23 +0000 Subject: [PATCH] [local_auth]: Bump androidx.core:core Bumps androidx.core:core from 1.10.1 to 1.13.0. --- updated-dependencies: - dependency-name: androidx.core:core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/local_auth/local_auth_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/local_auth/local_auth_android/android/build.gradle b/packages/local_auth/local_auth_android/android/build.gradle index ed0d7ad25e3..e83dd1a5a60 100644 --- a/packages/local_auth/local_auth_android/android/build.gradle +++ b/packages/local_auth/local_auth_android/android/build.gradle @@ -59,7 +59,7 @@ android { } dependencies { - api "androidx.core:core:1.10.1" + api "androidx.core:core:1.13.0" api "androidx.biometric:biometric:1.1.0" api "androidx.fragment:fragment:1.6.2" testImplementation 'junit:junit:4.13.2'