File tree Expand file tree Collapse file tree 6 files changed +24
-10
lines changed
Expand file tree Collapse file tree 6 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 11# iProov Face Flutter SDK
22
3+ ## 6.1.0
4+
5+ iProov Face Flutter SDK v6.1.0 includes the following changes
6+
7+ ### iOS
8+
9+ * Upgraded SDK to [ v13.1.0] ( https://github.com/iProov/ios/releases/tag/13.1.0 ) .
10+
11+ ### Android
12+
13+ * Upgraded SDK to [ v11.1.0] ( https://github.com/iProov/android/releases/tag/v11.1.0 ) .
14+
15+
316## 6.0.0
417
518iProov Face Flutter SDK v6.0.0 includes the following changes
@@ -20,6 +33,7 @@ iProov Face Flutter SDK v6.0.0 includes the following changes
2033- Kotlin 1.8.10
2134* Upgraded SDK to [ v11.0.0] ( https://github.com/iProov/android/releases/tag/v11.0.0 ) .
2235
36+
2337## 5.3.0
2438
2539iProov Face Flutter SDK v5.3.0 includes the following changes
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Add the following to your project's `pubspec.yaml` file:
3636
3737``` yaml
3838dependencies :
39- iproov_flutter : ^6.0 .0
39+ iproov_flutter : ^6.1 .0
4040` ` `
4141
4242You can then install it with:
Original file line number Diff line number Diff line change 11group ' com.iproov.flutter_sdk_plugin'
2- version ' 6.0 .0'
2+ version ' 6.1 .0'
33
44buildscript {
55 ext. kotlin_version = ' 1.8.10'
@@ -49,5 +49,5 @@ android {
4949
5050dependencies {
5151 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
52- implementation " com.iproov.sdk:iproov:11.0 .0"
52+ implementation " com.iproov.sdk:iproov:11.1 .0"
5353}
Original file line number Diff line number Diff line change 11PODS:
22 - Flutter (1.0.0)
3- - iProov (13.0 .0)
4- - iproov_flutter (6.0 .0):
3+ - iProov (13.1 .0)
4+ - iproov_flutter (6.1 .0):
55 - Flutter
6- - iProov (= 13.0 .0)
6+ - iProov (= 13.1 .0)
77
88DEPENDENCIES:
99 - Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121
2222SPEC CHECKSUMS:
2323 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
24- iProov: 9bbaae27fa00ac86df695b5e6d80b280f9464178
25- iproov_flutter: e670abfaba2e91bacc5e5d4fccf2d7bec43773ca
24+ iProov: 66e7b060aac7843c6961ea5d9295781963574462
25+ iproov_flutter: c62aca54eb7fe9f0558c6d62c3d778482fd6da42
2626
2727PODFILE CHECKSUM: 7146e656ea4745bd59732e1eecdb9dc805a1df43
2828
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' , '13.0 .0'
17+ s . dependency 'iProov' , '13.1 .0'
1818
1919 s . swift_version = '5.5'
2020 s . platform = :ios , '15.0'
Original file line number Diff line number Diff line change 11name : iproov_flutter
22description : The iProov Face SDK for Flutter, providing flexible authentication for identity assurance
3- version : 6.0 .0
3+ version : 6.1 .0
44homepage : https://github.com/iProov/flutter
55
66environment :
You can’t perform that action at this time.
0 commit comments