From 477cd93e1db99825ddb33f592fb50a5849a30393 Mon Sep 17 00:00:00 2001 From: Javokhir Date: Fri, 25 Aug 2023 10:32:28 +0500 Subject: [PATCH] Updated --- CHANGELOG.md | 4 ++++ README.md | 2 +- app/build.gradle | 4 ++-- app/src/main/AndroidManifest.xml | 3 +-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3477347..19ea712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.2.3] - 25 Aug, 2023 + +- Dev base url changed to [devmyid.uz](https://devmyid.uz/). + ## [2.2.2] - 10 Aug, 2023 - Pressing back button during identification is disabled. diff --git a/README.md b/README.md index d65b37f..1f72597 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ repositories { } dependencies { - implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.2") + implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.3") } ``` diff --git a/app/build.gradle b/app/build.gradle index 22e2738..172888c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,12 +4,12 @@ plugins { } android { + namespace "uz.myid.sdk.sample" compileSdk 33 defaultConfig { applicationId "uz.myid.sdk.sample" minSdk 21 - targetSdk 33 versionCode 1 versionName "1.0.0" } @@ -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.2") + implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.3") } \ No newline at end of file diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ad853e0..33f361e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@ - +