Skip to content

Commit 10c0293

Browse files
[local_auth]: Bump fragment from 1.5.4 to 1.5.5 in /packages/local_auth/local_auth_android/android (flutter#6826)
* [local_auth]: Bump fragment Bumps fragment from 1.5.4 to 1.5.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Version bump * Empty-Commit * Empty-Commit Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: camsim99 <[email protected]>
1 parent ec2041f commit 10c0293

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/local_auth/local_auth_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.16
2+
3+
* Updates androidx.fragment version to 1.5.5.
4+
15
## 1.0.15
26

37
* Updates androidx.fragment version to 1.5.4.

packages/local_auth/local_auth_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
dependencies {
5454
api "androidx.core:core:1.8.0"
5555
api "androidx.biometric:biometric:1.1.0"
56-
api "androidx.fragment:fragment:1.5.4"
56+
api "androidx.fragment:fragment:1.5.5"
5757
testImplementation 'junit:junit:4.13.2'
5858
testImplementation 'org.mockito:mockito-inline:4.7.0'
5959
testImplementation 'org.robolectric:robolectric:4.5'

packages/local_auth/local_auth_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: local_auth_android
22
description: Android implementation of the local_auth plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_android
44
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
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)