Skip to content

Commit d76a938

Browse files
authored
Merge pull request #38 from getyoti/DEP-327
[DEP-327] Release 2.9.3
2 parents 2abb2c2 + 553ebe9 commit d76a938

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
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.9.3] - 2023-01-05
4+
### Changed
5+
- Hotfix: document scan navigation flow
6+
37
## [2.9.2] - 2022-12-22
48
### Changed
59
- Hotfix: document scan navigation flow

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ 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.9.2'
58+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.9.3'
5959
6060
//If you need supplementary documents
61-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.9.2'
61+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.9.3'
6262
6363
//If you need liveness
64-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.9.2'
64+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.9.3'
6565
6666
//If you need selfie capture
67-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.9.2'
67+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.9.3'
6868
}
6969
```
7070

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.yoti.mobile.android.sdk.yotidocscan.sample"
88
minSdkVersion 21
99
targetSdkVersion 31
10-
versionCode 292
11-
versionName "2.9.2"
10+
versionCode 293
11+
versionName "2.9.3"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414

@@ -46,8 +46,8 @@ dependencies {
4646
implementation 'androidx.appcompat:appcompat:1.4.1'
4747
implementation 'androidx.core:core-ktx:1.7.0'
4848

49-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.9.2'
50-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.9.2'
51-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.9.2'
52-
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.9.2'
49+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan:2.9.3'
50+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-doc-scan-sup:2.9.3'
51+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-liveness-zoom:2.9.3'
52+
implementation 'com.yoti.mobile.android.sdk:yoti-sdk-facecapture:2.9.3'
5353
}

0 commit comments

Comments
 (0)