File tree 3 files changed +6
-2
lines changed
packages/local_auth/local_auth_android
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
+
1
5
## 1.0.5
2
6
3
7
* Updates references to the obsolete master branch.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- api " androidx.core:core:1.3.2 "
52
+ api " androidx.core:core:1.8.0 "
53
53
api " androidx.biometric:biometric:1.1.0"
54
54
api " androidx.fragment:fragment:1.3.2"
55
55
testImplementation ' junit:junit:4.13.2'
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.5
5
+ version : 1.0.6
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