Building your App
Add Zoho Assist SDK in your project. This can be done by adding the dependencies below to your build.gradle file.
android {
dataBinding {
enabled = true
}
}
dependencies {
api 'com.zoho.assist:customer:1.2.11'
}
repositories {
maven{
url "https://maven.zohodl.com/"
}