Skip to content

Commit ffdcd59

Browse files
Release 4.0.2
1 parent 464c0ab commit ffdcd59

File tree

7 files changed

+23
-317
lines changed

7 files changed

+23
-317
lines changed

CHANGELOG.md

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

3+
## 4.0.2
4+
5+
iProov Biometrics Flutter SDK v4.0.2 includes the following changes
6+
7+
### iOS
8+
9+
* Upgraded SDK to [v11.0.3](https://github.com/iProov/ios/releases/tag/11.0.3).
10+
11+
### Android
12+
13+
* Upgraded SDK to [v9.0.3](https://github.com/iProov/android/releases/tag/v9.0.3).
14+
15+
316
## 4.0.1
417

518
iProov Biometrics Flutter SDK v4.0.1 includes the following changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following to your project's `pubspec.yaml` file:
3535

3636
```yaml
3737
dependencies:
38-
iproov_flutter: ^4.0.1
38+
iproov_flutter: ^4.0.2
3939
```
4040
4141
You can then install it with:

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.iproov.flutter_sdk_plugin'
2-
version '4.0.0'
2+
version '4.0.2'
33

44
buildscript {
55
ext.kotlin_version = '1.5.30'
@@ -41,5 +41,5 @@ android {
4141

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

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- iProov (11.0.0)
4-
- iproov_flutter (4.0.1):
3+
- iProov (11.0.3)
4+
- iproov_flutter (4.0.2):
55
- Flutter
6-
- iProov (= 11.0.0)
6+
- iProov (= 11.0.3)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121

2222
SPEC CHECKSUMS:
2323
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
24-
iProov: d22923b04dd1f78395979aeacd5e7d59e19465f8
25-
iproov_flutter: e954e549428b9cf5995f051093b7fe093e9ae902
24+
iProov: c596936165f56fab2e08d76e9dc94b86db2f4e8f
25+
iproov_flutter: c22f31e4b723699e0457dc19f8cfa2d8dbd1bbc7
2626

2727
PODFILE CHECKSUM: 3b63cf14198dad73e5eaccaa94ed2fb1260f5b72
2828

example/pubspec.lock

Lines changed: 0 additions & 307 deletions
This file was deleted.

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', '11.0.0'
17+
s.dependency 'iProov', '11.0.3'
1818

1919
s.swift_version = '5.5'
2020
s.platform = :ios, '12.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: 4.0.1
3+
version: 4.0.2
44
homepage: https://github.com/iProov/flutter
55

66
environment:

0 commit comments

Comments
 (0)