From 279cfa5d7197d354a777f5311342d36598ac5b91 Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Fri, 12 Jul 2024 06:01:04 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b903dd..6a661a6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Next, add the SDK dependency to the dependencies block: ```gradle dependencies { - implementation("uz.myid.sdk.capture:myid-capture-sdk:2.3.2") + implementation("uz.myid.sdk.capture:myid-capture-sdk:2.3.3") } ``` @@ -61,7 +61,7 @@ If you are using Huawei devices, Flutter or an environment that does not support ```gradle dependencies { - implementation("uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.2") + implementation("uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.3") } ``` -- GitLab