From e414cc1cfec2385277e5c430f69713570feae01f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:52:34 +0000 Subject: [PATCH 1/2] [local_auth]: Bump androidx.fragment:fragment Bumps androidx.fragment:fragment from 1.6.2 to 1.8.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment 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 38acc695fae9..9872dfa876d1 100644 --- a/packages/local_auth/local_auth_android/android/build.gradle +++ b/packages/local_auth/local_auth_android/android/build.gradle @@ -58,7 +58,7 @@ android { dependencies { api "androidx.core:core:1.13.1" api "androidx.biometric:biometric:1.1.0" - api "androidx.fragment:fragment:1.6.2" + api "androidx.fragment:fragment:1.8.5" testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-inline:5.0.0' testImplementation 'org.robolectric:robolectric:4.10.3' From e7f312138d5aab72d75ce1e2dc1c58c0c6b07950 Mon Sep 17 00:00:00 2001 From: Camille Simon Date: Mon, 2 Dec 2024 08:47:16 -0800 Subject: [PATCH 2/2] Bump minsdk version --- 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 9872dfa876d1..c2499218b65e 100644 --- a/packages/local_auth/local_auth_android/android/build.gradle +++ b/packages/local_auth/local_auth_android/android/build.gradle @@ -26,7 +26,7 @@ android { compileSdk 34 defaultConfig { - minSdkVersion 19 + minSdkVersion 21 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }