Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[local_auth]: Bump core from 1.3.2 to 1.8.0 in /packages/local_auth/local_auth_android/android #5885

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/local_auth/local_auth_android/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.6

* Updates androidx.core version to 1.8.0.

## 1.0.5

* Updates references to the obsolete master branch.
Expand Down
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
api "androidx.core:core:1.3.2"
api "androidx.core:core:1.8.0"
api "androidx.biometric:biometric:1.1.0"
api "androidx.fragment:fragment:1.3.2"
testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion packages/local_auth/local_auth_android/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ name: local_auth_android
description: Android implementation of the local_auth plugin.
repository: https://github.com/flutter/plugins/tree/main/packages/local_auth/local_auth_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+local_auth%22
version: 1.0.5
version: 1.0.6

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down