How to Integrate the SDK with your Android app

How to Integrate the SDK with your Android app

After setting up the SDK, you need to integrate the ZohoGCSDK within the Android app using Maven.

To integrate the SDK within your app, include the following code in the root-level build.gradle file.
  1. repositories {
    maven { url 'https://maven.zohodl.com/' }
    }


Include the below dependency code in the dependencies section of the app level build.gradle file.

  1. implementation 'com.zoho.gc:chat: 1.4.5'
The ZohoGCSDK is compatible with the following android versions

minSdkVersion = 23

compileSdkVersion = 35

targetSdkVersion = 35

kotlin_version = 1.8.0