Commit fc2e4d33 authored by Javokhir's avatar Javokhir
Browse files

1.2.8 version published

parent 6e960e1c
## 1.2.8
* Upgrade Android SDK to 2.3.7.
## 1.2.7 ## 1.2.7
* 🔨 Resolved problem that occurs if daylight saving time starts exactly on midnight, as it was the case in Moscow in the years 1981–1984. * 🔨 Resolved problem that occurs if daylight saving time starts exactly on midnight, as it was the case in Moscow in the years 1981–1984.
......
...@@ -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.5` Android SDK: `2.3.7`
iOS SDK: `2.3.3` iOS SDK: `2.3.3`
...@@ -74,7 +74,6 @@ Method | Notes | Default ...@@ -74,7 +74,6 @@ Method | Notes | Default
`resolution` | To set a specific camera resolution | MyIdResolution.RESOLUTION_480 `resolution` | To set a specific camera resolution | MyIdResolution.RESOLUTION_480
`imageFormat` | To set a specific image format | MyIdImageFormat.PNG `imageFormat` | To set a specific image format | MyIdImageFormat.PNG
`organizationDetails` | Custom Organization Details | Optional `organizationDetails` | Custom Organization Details | Optional
`withPhoto` | Return SDK base64 | false
**Note 1.1.** You can customize the screen for entering passport data and date of birth in your **Note 1.1.** You can customize the screen for entering passport data and date of birth in your
application, in which case you can pass these parameters during initialization to the SDK, otherwise application, in which case you can pass these parameters during initialization to the SDK, otherwise
......
...@@ -2,7 +2,7 @@ group "uz.uzinfocom.myid" ...@@ -2,7 +2,7 @@ group "uz.uzinfocom.myid"
version "1.1.0" version "1.1.0"
buildscript { buildscript {
ext.kotlin_version = "1.7.21" ext.kotlin_version = "1.8.21"
repositories { repositories {
google() google()
...@@ -10,7 +10,7 @@ buildscript { ...@@ -10,7 +10,7 @@ buildscript {
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:7.1.3" classpath "com.android.tools.build:gradle:8.0.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }
...@@ -49,5 +49,5 @@ android { ...@@ -49,5 +49,5 @@ android {
} }
dependencies { dependencies {
implementation("uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.6") implementation("uz.myid.sdk.capture:myid-capture-sdk:2.3.7")
} }
\ No newline at end of file
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
networkTimeout=10000 networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
...@@ -26,6 +26,7 @@ apply plugin: 'kotlin-android' ...@@ -26,6 +26,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android { android {
namespace "com.example.myid_example"
compileSdk 34 compileSdk 34
ndkVersion flutter.ndkVersion ndkVersion flutter.ndkVersion
......
buildscript { buildscript {
ext.kotlin_version = "1.7.21" ext.kotlin_version = "1.8.21"
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:7.1.3" classpath "com.android.tools.build:gradle:8.0.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip
\ No newline at end of file
...@@ -137,7 +137,7 @@ packages: ...@@ -137,7 +137,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "1.2.7" version: "1.2.8"
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.7 version: 1.2.8
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