diff --git a/README.md b/README.md index 0a73e099aa254d7754f7cb2c6b672f3c9feaffe8..648788ecef24244a4a9befa773b25d3c420ab6da 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") } ```