diff --git a/packages/local_auth/local_auth_android/android/build.gradle b/packages/local_auth/local_auth_android/android/build.gradle index de8ae50641b2..0eb8dcb7a9c3 100644 --- a/packages/local_auth/local_auth_android/android/build.gradle +++ b/packages/local_auth/local_auth_android/android/build.gradle @@ -51,7 +51,7 @@ android { dependencies { api "androidx.core:core:1.3.2" api "androidx.biometric:biometric:1.1.0" - api "androidx.fragment:fragment:1.3.2" + api "androidx.fragment:fragment:1.5.5" testImplementation 'junit:junit:4.12' testImplementation 'org.mockito:mockito-inline:3.9.0' androidTestImplementation 'androidx.test:runner:1.2.0'