This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
packages/local_auth/local_auth_android Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.9
2
+
3
+ * Updates androidx.fragment version to 1.5.1.
4
+
1
5
## 1.0.8
2
6
3
7
* Removes usages of ` FingerprintManager ` and other ` BiometricManager ` deprecated method usages.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
51
51
dependencies {
52
52
api " androidx.core:core:1.8.0"
53
53
api " androidx.biometric:biometric:1.1.0"
54
- api " androidx.fragment:fragment:1.3.2 "
54
+ api " androidx.fragment:fragment:1.5.1 "
55
55
testImplementation ' junit:junit:4.13.2'
56
56
testImplementation ' org.mockito:mockito-inline:4.6.1'
57
57
androidTestImplementation ' androidx.test:runner:1.2.0'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: local_auth_android
2
2
description : Android implementation of the local_auth plugin.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_android
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments