Getting started
This page presents the first steps to using the Identity SDK for Android.
Last updated
This page presents the first steps to using the Identity SDK for Android.
Last updated
2023 © Caf. - All rights reserved
When using our SDKs, please make sure that you agree with our Privacy Policy and our Terms and Conditions of Use.
Stage | Dependency |
---|---|
Stage | Dependency |
---|---|
Settings | Minimum version | Reason |
---|---|---|
Add these settings to your app-level build.gradle
:
Since our SDKs use Data Binding in their activities, you need to enable this setting in your app. The compileOptions
setting is required for the lambdas functions internal to the SDK, which were released in Java 8.
To import the SDK, add our maven repository to your project-level build.gradle
:
After that, add our dependencies that you want to use to your app-level build.gradle
:
Beta
com.combateafraude.sdk:identity:0.7.0-beta-01
Beta
com.combateafraude.sdk.nosentry:identity:0.7.0-beta-01
compileSdk
33
minSdkVersion
21
- 94% global device reach, according to Google
Java version
8
Lambda functions