diff --git a/README.md b/README.md index 592a009e..db1195bd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/docs/images/images_overview/overview_android_4.7.0.png b/docs/images/images_overview/overview_android_4.7.0.png deleted file mode 100644 index 0453fcfa..00000000 Binary files a/docs/images/images_overview/overview_android_4.7.0.png and /dev/null differ diff --git a/docs/images/images_overview/overview_android_4.9.0.png b/docs/images/images_overview/overview_android_4.9.0.png new file mode 100644 index 00000000..1c6c944c Binary files /dev/null and b/docs/images/images_overview/overview_android_4.9.0.png differ diff --git a/docs/transition_guide.md b/docs/transition_guide.md index 14928f4d..e8644137 100644 --- a/docs/transition_guide.md +++ b/docs/transition_guide.md @@ -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) @@ -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