Commit f6347b40 authored by Javokhir's avatar Javokhir
Browse files

Published 1.2.6 version

parent b73d1276
## 1.2.6
* 🔨 Resolved problem: Requires the Google Play store but it is missing
## 1.2.5 ## 1.2.5
- Added new `distance` method to sets the distance for taking photo. - Added new `distance` method to sets the distance for taking photo.
......
...@@ -9,7 +9,7 @@ MyID SDK flutter plugin. ...@@ -9,7 +9,7 @@ MyID SDK flutter plugin.
- [SDK error codes](#sdk-error-codes) - [SDK error codes](#sdk-error-codes)
- [Theme](#theme) - [Theme](#theme)
Android SDK: `2.3.3` Android SDK: `2.3.5`
iOS SDK: `2.3.3` iOS SDK: `2.3.3`
......
...@@ -49,5 +49,5 @@ android { ...@@ -49,5 +49,5 @@ android {
} }
dependencies { dependencies {
implementation("uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.3") implementation("uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.5")
} }
\ No newline at end of file
...@@ -121,7 +121,7 @@ packages: ...@@ -121,7 +121,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.2.5" version: "1.2.6"
path: path:
dependency: transitive dependency: transitive
description: description:
......
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.2.5 version: 1.2.6
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.myid.uz/myid-public-code/myid-sample-flutter/-/issues issue_tracker: https://gitlab.myid.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