File tree Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Expand file tree Collapse file tree 3 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
+ ## [ 3.5.2] - 2024-09-12
4
+ - Updated internal dependency version
5
+
3
6
## [ 3.5.1] - 2024-10-18
4
7
- New document supported: USA Passport card
5
8
- Updated internal dependency version
Original file line number Diff line number Diff line change @@ -55,20 +55,20 @@ Add modules you require to your build.gradle:
55
55
``` groovy
56
56
dependencies {
57
57
//If you need document capture
58
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:3.5.1 '
58
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:3.5.2 '
59
59
//Or if you want the version without OCR and NFC capture, which is ~15Mb smaller in size
60
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-slim:3.5.1 '
60
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-slim:3.5.2 '
61
61
62
62
//If you need supplementary documents
63
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.5.1 '
63
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.5.2 '
64
64
65
65
//If you need liveness
66
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.5.1 '
66
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.5.2 '
67
67
68
68
//If you need selfie capture
69
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.5.1 '
69
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.5.2 '
70
70
//Or if you want the version without an embedded AI model, which is ~20 MB smaller in size
71
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.5.1 '
71
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.5.2 '
72
72
}
73
73
```
74
74
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " com.yoti.mobile.android.sdk.yotidocscan.sample"
8
8
minSdkVersion 21
9
9
targetSdkVersion 33
10
- versionCode 351
11
- versionName " 3.5.1 "
10
+ versionCode 352
11
+ versionName " 3.5.2 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
}
14
14
@@ -46,13 +46,13 @@ dependencies {
46
46
implementation ' androidx.appcompat:appcompat:1.4.1'
47
47
implementation ' androidx.core:core-ktx:1.7.0'
48
48
49
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:3.5.1 '
49
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:3.5.2 '
50
50
// Alternative version without OCR and NFC capture, ~15Mb smaller in size
51
- // implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-slim:3.5.1 '
52
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.5.1 '
53
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.5.1 '
51
+ // implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-slim:3.5.2 '
52
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.5.2 '
53
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.5.2 '
54
54
// Version with an embedded AI model
55
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.5.1 '
55
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.5.2 '
56
56
// Alternative version without an embedded AI model, ~20 MB smaller in size
57
- // implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.5.1 '
57
+ // implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.5.2 '
58
58
}
You can’t perform that action at this time.
0 commit comments