From 161ca4199e33158cd9ea89a7a398eded239e4685 Mon Sep 17 00:00:00 2001 From: Javohir Savriy Date: Tue, 9 Apr 2024 10:29:06 +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 0e6ffd7..64e2ac5 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") } ``` -- GitLab