Skip to content

Commit 4c194d1

Browse files
committed
Update dependencies android-biometric-signature to 1.0.5
1 parent 285c222 commit 4c194d1

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.7
2+
3+
* Update dependencies android-biometric-signature to 1.0.5
4+
15
## 1.0.6
26

37
* Configure Dart with a minimum SDK version of 2.18.0

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ android {
4848
}
4949

5050
dependencies {
51-
implementation 'com.github.prongbang:android-biometric-signature:1.0.4'
51+
implementation 'com.github.prongbang:android-biometric-signature:1.0.5'
5252
}

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "1.0.6"
92+
version: "1.0.7"
9393
matcher:
9494
dependency: transitive
9595
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: local_auth_signature
22
description: Generate key pair and signing (NIST P-256 EC key pair using ECDSA) using Local Authentication for Android and iOS.
3-
version: 1.0.6
3+
version: 1.0.7
44
homepage: https://github.com/prongbang/local_auth_signature
55

66
environment:

0 commit comments

Comments
 (0)