Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miquel-Martinez committed Feb 19, 2024
1 parent 464c0ab commit ffdcd59
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 317 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# iProov Biometrics Flutter SDK

## 4.0.2

iProov Biometrics Flutter SDK v4.0.2 includes the following changes

### iOS

* Upgraded SDK to [v11.0.3](https://github.com/iProov/ios/releases/tag/11.0.3).

### Android

* Upgraded SDK to [v9.0.3](https://github.com/iProov/android/releases/tag/v9.0.3).


## 4.0.1

iProov Biometrics Flutter SDK v4.0.1 includes the following changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the following to your project's `pubspec.yaml` file:

```yaml
dependencies:
iproov_flutter: ^4.0.1
iproov_flutter: ^4.0.2
```
You can then install it with:
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.iproov.flutter_sdk_plugin'
version '4.0.0'
version '4.0.2'

buildscript {
ext.kotlin_version = '1.5.30'
Expand Down Expand Up @@ -41,5 +41,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.iproov.sdk:iproov:9.0.1"
implementation "com.iproov.sdk:iproov:9.0.3"
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Flutter (1.0.0)
- iProov (11.0.0)
- iproov_flutter (4.0.1):
- iProov (11.0.3)
- iproov_flutter (4.0.2):
- Flutter
- iProov (= 11.0.0)
- iProov (= 11.0.3)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand All @@ -21,8 +21,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
iProov: d22923b04dd1f78395979aeacd5e7d59e19465f8
iproov_flutter: e954e549428b9cf5995f051093b7fe093e9ae902
iProov: c596936165f56fab2e08d76e9dc94b86db2f4e8f
iproov_flutter: c22f31e4b723699e0457dc19f8cfa2d8dbd1bbc7

PODFILE CHECKSUM: 3b63cf14198dad73e5eaccaa94ed2fb1260f5b72

Expand Down
307 changes: 0 additions & 307 deletions example/pubspec.lock

This file was deleted.

2 changes: 1 addition & 1 deletion ios/iproov_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'

s.dependency 'Flutter'
s.dependency 'iProov', '11.0.0'
s.dependency 'iProov', '11.0.3'

s.swift_version = '5.5'
s.platform = :ios, '12.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: iproov_flutter
description: The iProov Biometrics SDK for Flutter, providing flexible authentication for identity assurance
version: 4.0.1
version: 4.0.2
homepage: https://github.com/iProov/flutter

environment:
Expand Down

0 comments on commit ffdcd59

Please sign in to comment.