How to Integrate the Business Messaging SDK with your Android app

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:
  1. repositories {
  2.     maven { url 'https://maven.zohodl.com/' }
  3.     maven { url 'https://downloads.zohocdn.com/wmslibrary' }
  4. }

Include the below dependency code in the dependencies section of the app-level build.gradle file:
  1. implementation 'com.zoho.bm:chat:1.4.6'

BusinessMessagingSDK is compatible with:

minSdkVersion = 23
compileSdkVersion = 35
targetSdkVersion =35
kotlin_version = 1.8.0