Skip to content

Commit 943251d

Browse files
Merge pull request #24 from getyoti/DEP-183
[DEP-183] Release 2.5.1
2 parents 8bba131 + 58dd139 commit 943251d

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22
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
44
### Added
5-
- Biometric consent request: Integrators will now be able to ask for the biometric consent before liveness check.
65
- 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.
710
- Canada Service setup.
811

912
## [2.4.0] - 2020-09-23

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ Add modules you require to your build.gradle:
5555
```groovy
5656
dependencies {
5757
//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'
5959
6060
//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'
6262
6363
//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'
6565
}
6666
```
6767

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.yoti.mobile.android.sdk.yotidocscan.sample"
99
minSdkVersion 21
1010
targetSdkVersion 30
11-
versionCode 250
12-
versionName "2.5.0"
11+
versionCode 251
12+
versionName "2.5.1"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
}
1515

@@ -42,8 +42,8 @@ dependencies {
4242
implementation 'androidx.appcompat:appcompat:1.2.0'
4343
implementation 'androidx.core:core-ktx:1.3.2'
4444

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'
4848

4949
}

0 commit comments

Comments
 (0)