Skip to content

Instantly share code, notes, and snippets.

@wajahatkarim3
Created January 31, 2021 16:04
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