1. Including the SDK
Adding the Gradle Dependency
allprojects {
repositories {
...
maven {
url "https://repository.sentiance.com"
}
}
}implementation (platform('com.sentiance:sdk-bom:x.y.+'))
implementation ('com.sentiance:sdk')Proguard Rules
DexGuard
Last updated