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.16
2
+
3
+ * Updates androidx.fragment version to 1.5.5.
4
+
1
5
## 1.0.15
2
6
3
7
* Updates androidx.fragment version to 1.5.4.
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ android {
53
53
dependencies {
54
54
api " androidx.core:core:1.8.0"
55
55
api " androidx.biometric:biometric:1.1.0"
56
- api " androidx.fragment:fragment:1.5.4 "
56
+ api " androidx.fragment:fragment:1.5.5 "
57
57
testImplementation ' junit:junit:4.13.2'
58
58
testImplementation ' org.mockito:mockito-inline:4.7.0'
59
59
testImplementation ' org.robolectric:robolectric:4.5'
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.15
5
+ version : 1.0.16
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