File tree Expand file tree Collapse file tree 7 files changed +23
-317
lines changed
Expand file tree Collapse file tree 7 files changed +23
-317
lines changed Original file line number Diff line number Diff line change 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
518iProov Biometrics Flutter SDK v4.0.1 includes the following changes
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Add the following to your project's `pubspec.yaml` file:
3535
3636``` yaml
3737dependencies :
38- iproov_flutter : ^4.0.1
38+ iproov_flutter : ^4.0.2
3939` ` `
4040
4141You can then install it with:
Original file line number Diff line number Diff line change 11group ' com.iproov.flutter_sdk_plugin'
2- version ' 4.0.0 '
2+ version ' 4.0.2 '
33
44buildscript {
55 ext. kotlin_version = ' 1.5.30'
@@ -41,5 +41,5 @@ android {
4141
4242dependencies {
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}
Original file line number Diff line number Diff line change 11PODS:
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
88DEPENDENCIES:
99 - Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121
2222SPEC CHECKSUMS:
2323 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
24- iProov: d22923b04dd1f78395979aeacd5e7d59e19465f8
25- iproov_flutter: e954e549428b9cf5995f051093b7fe093e9ae902
24+ iProov: c596936165f56fab2e08d76e9dc94b86db2f4e8f
25+ iproov_flutter: c22f31e4b723699e0457dc19f8cfa2d8dbd1bbc7
2626
2727PODFILE CHECKSUM: 3b63cf14198dad73e5eaccaa94ed2fb1260f5b72
2828
Load Diff This file was deleted.
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11name : iproov_flutter
22description : The iProov Biometrics SDK for Flutter, providing flexible authentication for identity assurance
3- version : 4.0.1
3+ version : 4.0.2
44homepage : https://github.com/iProov/flutter
55
66environment :
You can’t perform that action at this time.
0 commit comments