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' }
- }