Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.3.3'
implementation project(path: ':uikit')
testImplementation 'junit:junit:4.+'
implementation 'com.cometchat:pro-android-chat-sdk:2.2.1'
implementation 'com.cometchat:pro-android-chat-sdk:2.4.1'

// Import the BoM for the Firebase platform
implementation platform('com.google.firebase:firebase-bom:26.7.0')
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
ext.kotlin_version = "1.4.31"
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
Expand All @@ -18,9 +18,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://dl.bintray.com/cometchat/pro"
url "https://dl.cloudsmith.io/public/cometchat/cometchat-pro-android/maven/"
}

}
Expand Down
2 changes: 1 addition & 1 deletion uikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
//cometchat
compileOnly 'com.cometchat:pro-android-chat-sdk:2.2.1'
compileOnly 'com.cometchat:pro-android-chat-sdk:2.4.1'

implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0'
}