Skip to content

Commit

Permalink
[local_auth]: Bump core from 1.3.2 to 1.8.0 in /packages/local_auth/l…
Browse files Browse the repository at this point in the history
…ocal_auth_android/android (flutter#5885)
  • Loading branch information
dependabot[bot] authored and yutaaraki-toydium committed Aug 12, 2022
1 parent 1710ab1 commit 27cfd10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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

0 comments on commit 27cfd10

Please sign in to comment.