diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa1130f52f69b76d8d3f21f0c4046968964749f..3477347d2fb7f3fd4aa6cc8b2b8d9e3c051fbf06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ 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 diff --git a/README.md b/README.md index 458497df6982982c37ed8f85b257de0e3b828d81..d65b37f61b115fa9aebc9485fe74925cd62f0e21 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ repositories { } dependencies { - implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.1") + implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.2") } ``` diff --git a/app/build.gradle b/app/build.gradle index d82767ca26913382af7ff947bd950e75dae0f54d..22e2738254e436eed63f5e54f3dc8f001af7830a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,5 +39,5 @@ android { dependencies { 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