Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[local_auth]: Bump fragment from 1.3.2 to 1.5.1 in /packages/local_au…
Browse files Browse the repository at this point in the history
…th/local_auth_android/android (#6165)
  • Loading branch information
dependabot[bot] authored Aug 3, 2022
1 parent 90e1446 commit e74c420
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.9

* Updates androidx.fragment version to 1.5.1.

## 1.0.8

* Removes usages of `FingerprintManager` and other `BiometricManager` deprecated method usages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
dependencies {
api "androidx.core:core:1.8.0"
api "androidx.biometric:biometric:1.1.0"
api "androidx.fragment:fragment:1.3.2"
api "androidx.fragment:fragment:1.5.1"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:4.6.1'
androidTestImplementation 'androidx.test:runner:1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/local_auth/local_auth_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: local_auth_android
description: Android implementation of the local_auth plugin.
repository: https://github.com/flutter/plugins/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.8
version: 1.0.9

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down

0 comments on commit e74c420

Please sign in to comment.