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.6
2+
3+ * Updates androidx.core version to 1.8.0.
4+
15## 1.0.5
26
37* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
4949}
5050
5151dependencies {
52- api " androidx.core:core:1.3.2 "
52+ api " androidx.core:core:1.8.0 "
5353 api " androidx.biometric:biometric:1.1.0"
5454 api " androidx.fragment:fragment:1.3.2"
5555 testImplementation ' junit:junit:4.13.2'
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.5
5+ version : 1.0.6
66
77environment :
88 sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments