From 6f96d25c984be30bdf1edc624d6ec27fa49f8604 Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Thu, 5 Jun 2025 13:35:38 +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 0a73e09..648788e 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Add the required SDK dependency to your `build.gradle`: ```gradle dependencies { - implementation("uz.myid.sdk.capture:myid-capture-sdk:2.4.3") + implementation("uz.myid.sdk.capture:myid-capture-sdk:2.4.4") } ``` @@ -77,7 +77,7 @@ If you are using **VideoIdentification** entry mode, also include: ```gradle dependencies { - implementation("uz.myid.sdk.capture:myid-video-capture-sdk:2.4.3") + implementation("uz.myid.sdk.capture:myid-video-capture-sdk:2.4.4") } ``` -- GitLab