Skip to content

Commit ec0b13c

Browse files
authored
Merge pull request #31 from getyoti/release/2.6.1
[DEP-197] Bump SDK version to 2.6.1
2 parents a740720 + bed5e5f commit ec0b13c

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3+
## [2.6.1] - 2021-03-24
4+
### Fixed
5+
- Solved issue happened in some sessions.
6+
37
## [2.6.0] - 2021-03-05
48
### Added
59
- Support for custom privacy policy link.

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.6.0'
58+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.6.1'
5959
6060
//If you need supplementary documents
61-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.6.0'
61+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.6.1'
6262
6363
//If you need liveness
64-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.6.0'
64+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.6.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 260
12-
versionName "2.6.0"
11+
versionCode 261
12+
versionName "2.6.1"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
}
1515

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

46-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.6.0'
47-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.6.0'
48-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.6.0'
46+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.6.1'
47+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.6.1'
48+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.6.1'
4949

5050
}

app/src/main/res/values/dimens.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<dimen name="margin">16dp</dimen>
5+
6+
</resources>

0 commit comments

Comments
 (0)