Webex Messaging
Webex Messaging
Integrate the SDK
The Webex Android Messaging SDK is distributed via Maven. This article explains the steps necessary to add the SDK to your own Android app.
To integrate the Webex Android Messaging SDK into your app:
Add the following repository to your top-level
build.gradle
file:allprojects { repositories { maven { url 'https://devhub.cisco.com/artifactory/webexsdk/' } } }
Add the following dependency for your app in the app
build.gradle
file:dependencies { implementation 'com.ciscowebex:webexsdk:3.15.0' }