2. Including the SDK
Adding the Gradle Dependency
allprojects {
repositories {
...
maven {
url "https://repository.sentiance.com"
}
}
}implementation ('com.sentiance:sdk:4.22.1@aar') { transitive = true }Last updated