Created
January 31, 2021 16:04
-
-
Save wajahatkarim3/3218a3e1337610bf7590b360785a9e7b to your computer and use it in GitHub Desktop.
The app's build.gradle file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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