Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Created January 31, 2021 16:04
Show Gist options
  • Save wajahatkarim3/3218a3e1337610bf7590b360785a9e7b to your computer and use it in GitHub Desktop.
Save wajahatkarim3/3218a3e1337610bf7590b360785a9e7b to your computer and use it in GitHub Desktop.
The app's build.gradle file
dependencies {
// ........ Your other dependencies
// CometChat
implementation 'com.cometchat:pro-android-chat-sdk:2.1.6'
implementation(project(":uikit"))
implementation "androidx.emoji:emoji-appcompat:1.0.0"
// Firebase
implementation platform('com.google.firebase:firebase-bom:26.2.0')
implementation 'com.google.firebase:firebase-auth-ktx'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment