diff --git a/README.md b/README.md index 7b903dd5e0689cfdd9429e93bd218febc81e69d9..6a661a6823df91a1fa8da78f04e4691f1e36730e 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") } ```