Commit aaf6cc30 authored by Javokhir's avatar Javokhir
Browse files

Updated

parent a972166d
## 1.1.5
* 🔨 Fixed `minAge` bug on iOS.
## 1.1.4 ## 1.1.4
* Added new `minAge: Int` method for the minimum age to use the MyID service. * Added new `minAge: Int` method for the minimum age to use the MyID service.
......
...@@ -2,8 +2,8 @@ PODS: ...@@ -2,8 +2,8 @@ PODS:
- Flutter (1.0.0) - Flutter (1.0.0)
- myid (1.1.2): - myid (1.1.2):
- Flutter - Flutter
- MyIdSDK (= 2.2.4) - MyIdSDK (= 2.2.5)
- MyIdSDK (2.2.4) - MyIdSDK (2.2.5)
DEPENDENCIES: DEPENDENCIES:
- Flutter (from `Flutter`) - Flutter (from `Flutter`)
...@@ -21,8 +21,8 @@ EXTERNAL SOURCES: ...@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
myid: 3eef8e42f430e395372f2a9280f3395ad2338e82 myid: f8f587902a1a8d9ae93bc1367f2f1d2eefa702d3
MyIdSDK: 81e6f467bfceb78fd6e03e97a62d8d643c01763a MyIdSDK: c2e8d53860f9e24d575b1015cf5e17aa7af1895a
PODFILE CHECKSUM: d2d0c48e19fdb89c13a2d43d11ebe4fb7ac441eb PODFILE CHECKSUM: d2d0c48e19fdb89c13a2d43d11ebe4fb7ac441eb
......
...@@ -15,7 +15,7 @@ A new Flutter plugin. ...@@ -15,7 +15,7 @@ A new Flutter plugin.
s.source = { :path => '.' } s.source = { :path => '.' }
s.source_files = 'Classes/**/*' s.source_files = 'Classes/**/*'
s.dependency 'Flutter' s.dependency 'Flutter'
s.dependency 'MyIdSDK', '2.2.4' s.dependency 'MyIdSDK', '2.2.5'
s.platform = :ios, '11.0' s.platform = :ios, '11.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
......
name: myid name: myid
description: MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity. description: MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.
version: 1.1.4 version: 1.1.5
homepage: https://pub.dev/packages/myid homepage: https://pub.dev/packages/myid
repository: https://pub.dev/packages/myid repository: https://pub.dev/packages/myid
issue_tracker: https://gitlab.aigroup.uz/myid-public-code/myid-sample-flutter/-/issues issue_tracker: https://gitlab.aigroup.uz/myid-public-code/myid-sample-flutter/-/issues
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment