Skip to content

Commit 9650fb1

Browse files
author
Braden Hancock
committed
Release 3.1.1
1 parent 1f0a619 commit 9650fb1

File tree

7 files changed

+24
-12
lines changed

7 files changed

+24
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# iProov Biometrics Flutter SDK
22

3+
## 3.1.1
4+
5+
iProov Biometrics Flutter SDK v3.1.1 includes an additional certificate added to the default certificate pinning, to support beyond Dec 2023.
6+
7+
### iOS
8+
9+
* Upgraded SDK to [v10.1.3](https://github.com/iProov/ios/releases/tag/10.1.3).
10+
11+
### Android
12+
13+
* Upgraded SDK to [v8.3.1](https://github.com/iProov/android/releases/tag/v8.3.1).
14+
315
## 3.1.0
416

517
iProov SDK Biometrics Flutter SDK v3.1.0 includes bug fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following to your project's `pubspec.yml` file:
3535

3636
```yaml
3737
dependencies:
38-
iproov_flutter: ^3.1.0
38+
iproov_flutter: ^3.1.1
3939
```
4040
4141
You can then install it with:
@@ -67,7 +67,7 @@ There are a couple of extra steps required for iOS:
6767
installer.pods_project.targets.each do |target|
6868
flutter_additional_ios_build_settings(target)
6969
70-
if ['iProov', 'SwiftProtobuf', 'Starscream'].include? target.name
70+
if ['iProov', 'Starscream'].include? target.name
7171
target.build_configurations.each do |config|
7272
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
7373
end

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ android {
4141

4242
dependencies {
4343
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
44-
implementation "com.iproov.sdk:iproov:8.3.0"
44+
implementation "com.iproov.sdk:iproov:8.3.1"
4545
}

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- iProov (10.1.2):
3+
- iProov (10.1.3):
44
- Starscream (~> 4.0)
55
- iproov_flutter (3.1.0):
66
- Flutter
7-
- iProov (= 10.1.2)
7+
- iProov (= 10.1.3)
88
- Starscream (4.0.4)
99

1010
DEPENDENCIES:
@@ -24,8 +24,8 @@ EXTERNAL SOURCES:
2424

2525
SPEC CHECKSUMS:
2626
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
27-
iProov: f18f35cf6162628196458f6568e1ae1bf3dcfdf0
28-
iproov_flutter: 76b5c9da212d3c4e4dd60bd9c9b0d5a9b7829949
27+
iProov: e0616d6f785f669b261c956bfa00450a74c1234d
28+
iproov_flutter: d69a92eced10d8535744f443d844b985404e9cc0
2929
Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9
3030

3131
PODFILE CHECKSUM: 0e3d3e6da1983f2e8b05f2ed5e37df0638b36672

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: archive
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "3.3.6"
10+
version: "3.3.7"
1111
async:
1212
dependency: transitive
1313
description:
@@ -129,7 +129,7 @@ packages:
129129
path: ".."
130130
relative: true
131131
source: path
132-
version: "3.1.0"
132+
version: "3.1.1"
133133
js:
134134
dependency: transitive
135135
description:
@@ -185,7 +185,7 @@ packages:
185185
name: pointycastle
186186
url: "https://pub.dartlang.org"
187187
source: hosted
188-
version: "3.6.2"
188+
version: "3.7.2"
189189
sky_engine:
190190
dependency: transitive
191191
description: flutter

ios/iproov_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.source_files = 'Classes/**/*'
1515

1616
s.dependency 'Flutter'
17-
s.dependency 'iProov', '10.1.2'
17+
s.dependency 'iProov', '10.1.3'
1818

1919
s.swift_version = '5.5'
2020
s.platform = :ios, '11.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: iproov_flutter
22
description: The iProov Biometrics SDK for Flutter, providing flexible authentication for identity assurance
3-
version: 3.1.0
3+
version: 3.1.1
44
homepage: https://github.com/iProov/flutter
55

66
environment:

0 commit comments

Comments
 (0)