diff --git a/packages/local_auth/local_auth_android/CHANGELOG.md b/packages/local_auth/local_auth_android/CHANGELOG.md index 5178a9e3b22..4f135850e73 100644 --- a/packages/local_auth/local_auth_android/CHANGELOG.md +++ b/packages/local_auth/local_auth_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.54 + +* Bumps `androidx.fragment:fragment` from `1.8.8` to `1.8.9`. + ## 1.0.53 * Removes obsolete code related to supporting SDK <24. diff --git a/packages/local_auth/local_auth_android/android/build.gradle b/packages/local_auth/local_auth_android/android/build.gradle index 30aa690054b..f33384ccbbd 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.8.8") + api("androidx.fragment:fragment:1.8.9") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-inline:5.2.0") testImplementation("org.robolectric:robolectric:4.15.1") diff --git a/packages/local_auth/local_auth_android/pubspec.yaml b/packages/local_auth/local_auth_android/pubspec.yaml index cccf3f166c2..e4c63103759 100644 --- a/packages/local_auth/local_auth_android/pubspec.yaml +++ b/packages/local_auth/local_auth_android/pubspec.yaml @@ -2,7 +2,7 @@ name: local_auth_android description: Android implementation of the local_auth plugin. repository: https://github.com/flutter/packages/tree/main/packages/local_auth/local_auth_android issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22 -version: 1.0.53 +version: 1.0.54 environment: sdk: ^3.9.0