Skip to content

Commit 1d2cc3a

Browse files
[local_auth]: Bump core from 1.3.2 to 1.8.0 in /packages/local_auth/local_auth_android/android (#5885)
1 parent 0cd07ea commit 1d2cc3a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/local_auth/local_auth_android/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

packages/local_auth/local_auth_android/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
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'

packages/local_auth/local_auth_android/pubspec.yaml

+1-1
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.5
5+
version: 1.0.6
66

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

0 commit comments

Comments
 (0)