Skip to content

de.idnow.android-7.0.0

Compare
Choose a tag to compare
@souheib93 souheib93 released this 30 Aug 09:42
· 104 commits to master since this release
2e01c7f

Improvements:

The WebRTC used by our SDK is using the BouncyCastle library as a third-party dependency. As a result, previously, if the same library was being used on the integrator’s part, the two versions would end up in a conflict. In the past, as a temporary solution to this problem, we had to generate a custom version of our SDK, in order to set BouncyCastle as an external dependency.
Starting with our upcoming version (v7.0.0), we will begin offering a more feasible solution to this problem:
We will be using the custom version of our WebRTC that allows us to set BouncyCastle as an external dependency, without having to provide custom SDKs to our clients that are also using this library. This implies that this dependency will have to be added directly in the app.gradle file of the integrator app’s project.

Migration Guide:

  • Update reference to IDnow SDK 7.0.0
  • Update reference eID SDK to 2.7.1
  • Add BouncyCastle libs

IMPORTANT