File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
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
- ## [ 2.5.0 ] - 2020-11-19
3
+ ## [ 2.5.1 ] - 2020-11-19
4
4
### Added
5
- - Biometric consent request: Integrators will now be able to ask for the biometric consent before liveness check.
6
5
- YotiSDK Activity request code customisation.
6
+
7
+ ## [ 2.5.0] - 2020-11-18
8
+ ### Added
9
+ - Biometric consent request: Integrators will now be able to ask for the biometric consent before liveness check.
7
10
- Canada Service setup.
8
11
9
12
## [ 2.4.0] - 2020-09-23
Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ 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:2.5.0 '
58
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.5.1 '
59
59
60
60
//If you need supplementary documents
61
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.5.0 '
61
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.5.1 '
62
62
63
63
//If you need liveness
64
- implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.5.0 '
64
+ implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.5.1 '
65
65
}
66
66
```
67
67
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.yoti.mobile.android.sdk.yotidocscan.sample"
9
9
minSdkVersion 21
10
10
targetSdkVersion 30
11
- versionCode 250
12
- versionName " 2.5.0 "
11
+ versionCode 251
12
+ versionName " 2.5.1 "
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
14
14
}
15
15
@@ -42,8 +42,8 @@ dependencies {
42
42
implementation ' androidx.appcompat:appcompat:1.2.0'
43
43
implementation ' androidx.core:core-ktx:1.3.2'
44
44
45
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.5.0 '
46
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.5.0 '
47
- implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.5.0 '
45
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.5.1 '
46
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.5.1 '
47
+ implementation ' com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.5.1 '
48
48
49
49
}
You can’t perform that action at this time.
0 commit comments