From ee36228770b0ae364fee13e2e73e3d6775056f42 Mon Sep 17 00:00:00 2001 From: Javokhir Savriev Date: Thu, 10 Aug 2023 11:30:15 +0500 Subject: [PATCH] Publishd 2.2.2 version --- CHANGELOG.md | 6 +++++- README.md | 2 +- app/build.gradle | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa1130..3477347 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 458497d..d65b37f 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 d82767c..22e2738 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 -- GitLab