File tree Expand file tree Collapse file tree 3 files changed +16
-12
lines changed Expand file tree Collapse file tree 3 files changed +16
-12
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.1.1] - 2023-07-12
4
+ ### Changed
5
+ - General bug fixes.
6
+
3
7
## [ 3.1.0] - 2023-05-18
4
8
### Added
5
9
- New document types supported: CitizenCard, Post Office PASS Card, SCIS and Canadian Health card
Original file line number Diff line number Diff line change @@ -55,18 +55,18 @@ 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.1.0 '
58
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:3.1.1 '
59
59
60
60
//If you need supplementary documents
61
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.1.0 '
61
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.1.1 '
62
62
63
63
//If you need liveness
64
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.1.0 '
64
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.1.1 '
65
65
66
66
//If you need selfie capture
67
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.1.0 '
67
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.1.1 '
68
68
//Or if you want the version without an embedded AI model, which is ~20 MB smaller in size
69
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.1.0 '
69
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.1.1 '
70
70
}
71
71
```
72
72
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 31
10
- versionCode 310
11
- versionName " 3.1.0 "
10
+ versionCode 311
11
+ versionName " 3.1.1 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
}
14
14
@@ -46,11 +46,11 @@ 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.1.0 '
50
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.1.0 '
51
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.1.0 '
49
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:3.1.1 '
50
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:3.1.1 '
51
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:3.1.1 '
52
52
// Version with an embedded AI model
53
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.1.0 '
53
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-facecapture:3.1.1 '
54
54
// Alternative version without an embedded AI model, ~20 MB smaller in size
55
- // implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.1.0 '
55
+ // implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture-unbundled:3.1.1 '
56
56
}
You can’t perform that action at this time.
0 commit comments