Skip to content

Instantly share code, notes, and snippets.

@AlexPrestonSB
Created August 27, 2020 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexPrestonSB/c0d8c9c70ef708d4413be8e559ab3778 to your computer and use it in GitHub Desktop.
Save AlexPrestonSB/c0d8c9c70ef708d4413be8e559ab3778 to your computer and use it in GitHub Desktop.
Add the Sendbird SDK to the app level gradle file where your other dependencies reside.
dependencies {
implementation 'com.sendbird.sdk:sendbird-android-sdk:3.0.141'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment