Skip to content

Commit

Permalink
Update Transition Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
JumioMobileTeam committed Feb 28, 2024
1 parent 65cd792 commit c5bec2f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ The Jumio Software Development Kit (SDK) provides you with a set of tools and UI

Onboard new users and easily verify their digital identities by making sure the IDs they provide are valid and authentic. Extract data from ID documents completely automatically and within seconds. Confirm that users really are who they say they are by having them take a quick selfie and match it to their respective documents. Jumio uses cutting-edge biometric technology to make sure there is an actual, real-life person in front of the screen.

![SDK Overview](docs/images/images_overview/overview_android_4.7.0.png)
![SDK Overview](docs/images/images_overview/overview_android_4.9.0.png)

Using the Jumio SDK will allow you to create the best possible solution for your individual needs, providing you with a range of different services to choose from.

Expand Down Expand Up @@ -106,6 +106,8 @@ The minimum requirements for the SDK are:
* Internet connection
* Jumio KYX

ℹ️  __Note:__ Starting with SDK 4.9.0 the minimum required compile SDK version is 34. Also Gradle 8 is __required__ to build the SDK!

The following architectures are supported in the SDK:
* ARMv7 processor with Neon
* ARM64-v8a
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions docs/transition_guide.md
Expand Up @@ -8,6 +8,12 @@ __Example:__ If you're updating from SDK version __3.7.2__ to __3.9.2__, the cha


## 4.9.0
#### Compile SDK Version Changes
- __⚠️  The minimum required compile SDK version for SDK `4.9.0` is `34`.__
- With these changes also Gradle 8 is __required__ to build your application successfully. The [Android Gradle plugin Upgrade Assistant](https://developer.android.com/build/agp-upgrade-assistant) can be helpful conducting the upgrade.
- Troubleshooting:
- In case you are experiencing some errors when trying to build your release application, make sure to replace all occurrences of `tasks.whenTaskAdded` with `tasks.configureEach`

#### Public API Changes
* Function `getHelpAnimation()` has been deprecated for all face help animation instances in [`JumioScanPart`](https://jumio.github.io/mobile-sdk-android/jumio-core/com.jumio.sdk.scanpart/-jumio-scan-part/index.html)
* Property `parts` has been added to [`JumioPhysicalDocument`](https://jumio.github.io/mobile-sdk-android/jumio-core/com.jumio.sdk.document/-jumio-physical-document/index.html)
Expand Down Expand Up @@ -185,8 +191,6 @@ No backward incompatible changes

#### Public API Changes
* Document Verification is now supported. Please check the [Integration Guide](https://github.com/Jumio/mobile-sdk-android/blob/master/docs/integration_guide.md#jumio-document-credential) for more information.

#### Public API Changes
* ~~`JumioCameraPosition`~~ from package `com.jumio.sdk.enums` in `com.jumio.sdk:core` is replaced by `JumioCameraFacing`
* `JumioAcquireMode` has been added to package `com.jumio.sdk.enums` in `com.jumio.sdk:core`, containing fields `FILE` and `CAMERA`
* [`JumioDataCredential` class](integration_guide.md/#jumio-data-credential) has been added for handling of Device Fingerprinting
Expand Down

0 comments on commit c5bec2f

Please sign in to comment.