Skip to content

Commit b726231

Browse files
committed
Update README and CHANGELOG
Related to DEP-490
1 parent e643910 commit b726231

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
## [3.3.0] - 2024-04-24
44
## Added
5-
- New dialog for slow internet timeouts
5+
- New error dialog and session status (3003) for slow internet timeouts
66

77
### Changed
88
- Updated the document selection, capture, guidelines, and review screens
99
- Updated the biometric consent screen
1010
- Updated the label for Israeli National ID
11-
- Updated Facetec to v9.6.79
1211
- Bug fixes and code improvements
1312

1413
## [3.2.2] - 2024-01-31

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You have setup the Yoti Doc Scan SDK on your backend, you can find the documenta
2626

2727
Minimum Android version supported: 21
2828

29-
Currently targeting Android version: 32
29+
Currently targeting Android version: 33
3030

3131
Note: we are using libraries from Android Jetpack. If you are still using the original Android Support Libraries you may encounter some issues when trying to use our SDK.
3232
We strongly recommend you to migrate your app to the new Androidx libraries: https://developer.android.com/jetpack/androidx/migrate
@@ -191,6 +191,7 @@ class MainActivity : AppCompatActivity() {
191191
| 3000 | Yoti's services are down or unable to process the request | Yes |
192192
| 3001 | An error occurred during a network request | Yes |
193193
| 3002 | User has no network | Yes |
194+
| 3003 | A timeout occurred during a network request | Yes |
194195
| 4000 | The user did not grant permissions to the camera | Yes |
195196
| 4001 | User Wrong submission | Yes |
196197
| 5000 | No camera (when user's camera was not found and file upload is not allowed) | No |

0 commit comments

Comments
 (0)