1. Including the SDK
Last updated
Last updated
Add the Sentiance repository to your project (top-level) build.gradle file.
In the build.gradle file of your app module, add the following line to the dependencies section. Replace the version x.y.+
with the latest one from .
Your app should now build with the Sentiance SDK as a dependency.
The Sentiance SDK includes all necessary Proguard rules. These are automatically applied to your app during the build process.
If you are using DexGuard, please add the following rule, to prevent SDK manifest metadata from being removed.