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+
15## 1.0.8
26
37* 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 {
5151dependencies {
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'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: local_auth_android
22description : Android implementation of the local_auth plugin.
33repository : https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_android
44issue_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
77environment :
88 sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments