You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,20 +33,24 @@ We strongly recommend you to migrate your app to the new Androidx libraries: htt
33
33
34
34
## Setup the SDK
35
35
36
-
Make sure you have mavenCentral and microblink repository added in your allProjects entry in your root build.gradle:
36
+
Make sure you have the mavenCentral repository added in your allProjects entry in your root build.gradle file. If you are using the `yoti-sdk-doc-scan` module, you will also need to add the regulaforensics repository:
Note: If instead you are using the `yoti-sdk-doc-scan-slim` module, you do not need to add the regulaforensics repository.
51
+
52
+
If you are still using Yoti SDK version `3.5.2` or below, please refer to [these instructions](https://github.com/getyoti/yoti-doc-scan-android/blob/v3.5.2/README.md#setup-the-sdk) instead, but keep in mind that support for older versions is not guaranteed and we highly recommend updating to the latest one as soon as possible.
53
+
50
54
The Yoti SDK is composed of multiple feature modules. Each feature is optional, but you must include at least one to use the SDK.
51
55
52
56
The modules you include must match those requested by your backend. Attempts to use a module you haven't included will fail at runtime with a [600x response code](#possible-status-for-the-session).
@@ -55,20 +59,20 @@ Add modules you require to your build.gradle:
0 commit comments