How to Integrate the Business Messaging SDK with your Android app
Steps to integrate the SDK within your Android app
After setting up the SDK, you must integrate the BusinessMessagingSDK within your Android app
Include the following code in the root-level build to integrate the SDK within your app.gradle file or settings.gradle as per your project configuration:
- repositories {
- maven { url 'https://maven.zohodl.com/' }
- maven { url 'https://downloads.zohocdn.com/wmslibrary' }
- }
Include the below dependency code in the dependencies section of the app-level build.gradle file:
- implementation 'com.zoho.bm:chat:1.4.6'
BusinessMessagingSDK is compatible with:
minSdkVersion = 23
compileSdkVersion = 35
targetSdkVersion =35
kotlin_version = 1.8.0