Skip to content

Commit e74c420

Browse files
[local_auth]: Bump fragment from 1.3.2 to 1.5.1 in /packages/local_auth/local_auth_android/android (#6165)
1 parent 90e1446 commit e74c420

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/local_auth/local_auth_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.9
2+
3+
* Updates androidx.fragment version to 1.5.1.
4+
15
## 1.0.8
26

37
* Removes usages of `FingerprintManager` and other `BiometricManager` deprecated method usages.

packages/local_auth/local_auth_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ android {
5151
dependencies {
5252
api "androidx.core:core:1.8.0"
5353
api "androidx.biometric:biometric:1.1.0"
54-
api "androidx.fragment:fragment:1.3.2"
54+
api "androidx.fragment:fragment:1.5.1"
5555
testImplementation 'junit:junit:4.13.2'
5656
testImplementation 'org.mockito:mockito-inline:4.6.1'
5757
androidTestImplementation 'androidx.test:runner:1.2.0'

packages/local_auth/local_auth_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_android
22
description: Android implementation of the local_auth plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
5-
version: 1.0.8
5+
version: 1.0.9
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)