diff --git a/README.md b/README.md index 0e6ffd787f4ab7f77776e0dbe58bf7fe8912031f..64e2ac509925fd348521fe859d492ee8063d3b0f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The SDK supports API level 21 and above Make sure that your app meets the following requirements: - `minSdkVersion = 21` -- `targetSdkVersion = 33` +- `targetSdkVersion = 34` - `Kotlin = 1.8.10+` - `android.useAndroidX = true` @@ -45,7 +45,7 @@ repositories { } dependencies { - implementation("uz.myid.sdk.capture:myid-capture-sdk:2.2.8") + implementation("uz.myid.sdk.capture:myid-capture-sdk:2.3.0") } ```