Commit ee362287 authored by Javohir Savriy's avatar Javohir Savriy
Browse files

Publishd 2.2.2 version

parent 0d328460
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [2.2.0] - 24 Jul, 2023 ## [2.2.2] - 10 Aug, 2023
- Pressing back button during identification is disabled.
## [2.2.0 - 2.2.1] - 24 Jul, 2023
- 🔥 Converted to maven - 🔥 Converted to maven
......
...@@ -45,7 +45,7 @@ repositories { ...@@ -45,7 +45,7 @@ repositories {
} }
dependencies { dependencies {
implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.1") implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.2")
} }
``` ```
......
...@@ -39,5 +39,5 @@ android { ...@@ -39,5 +39,5 @@ android {
dependencies { dependencies {
implementation("com.google.android.material:material:1.9.0") implementation("com.google.android.material:material:1.9.0")
implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.1") implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.2")
} }
\ No newline at end of file
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