Skip to content

Commit

Permalink
Update dependencies android-biometric-signature to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prongbang committed Sep 21, 2023
1 parent 285c222 commit 4c194d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.7

* Update dependencies android-biometric-signature to 1.0.5

## 1.0.6

* Configure Dart with a minimum SDK version of 2.18.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ android {
}

dependencies {
implementation 'com.github.prongbang:android-biometric-signature:1.0.4'
implementation 'com.github.prongbang:android-biometric-signature:1.0.5'
}
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.6"
version: "1.0.7"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: local_auth_signature
description: Generate key pair and signing (NIST P-256 EC key pair using ECDSA) using Local Authentication for Android and iOS.
version: 1.0.6
version: 1.0.7
homepage: https://github.com/prongbang/local_auth_signature

environment:
Expand Down

0 comments on commit 4c194d1

Please sign in to comment.