From b7b355d5f5420c1c1048acc9ba57c494d313e1c5 Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Thu, 10 Apr 2025 11:21:56 +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 4a2aff7..e7e846f 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.7") + implementation("uz.myid.sdk.capture:myid-capture-sdk:2.3.9") } ``` @@ -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.7") + implementation("uz.myid.sdk.capture:myid-capture-sdk-bundled:2.3.9") } ``` -- GitLab