Skip to content

Commit

Permalink
Added 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rimdoo committed Jun 8, 2021
1 parent 4b639d8 commit c226fe7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v2.1.5 (Jun 8, 2021) with Core SDK `v3.0.166`
* Added support for [Firebase Cloud Messaging version 22.0.0](https://firebase.google.com/support/release-notes/android#messaging_v22-0-0).

### v2.1.4 (May 14, 2021) with Core SDK `v3.0.164`
* Fixed problems in API level 30.
* Fixed camera launching issue.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enablerD8=true

UIKIT_VERSION = 2.1.4
UIKIT_VERSION = 2.1.5
UIKIT_VERSION_CODE = 1

2 changes: 1 addition & 1 deletion uikit-custom-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(":uikit")
// implementation "com.sendbird.sdk:uikit:2.1.3"
// implementation "com.sendbird.sdk:uikit:2.1.5"

implementation "androidx.multidex:multidex:2.0.1"
implementation 'com.google.firebase:firebase-messaging:21.0.0'
Expand Down
2 changes: 1 addition & 1 deletion uikit-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(":uikit")
// implementation "com.sendbird.sdk:uikit:2.1.3"
// implementation "com.sendbird.sdk:uikit:2.1.5"

implementation "androidx.multidex:multidex:2.0.1"
implementation 'com.google.firebase:firebase-messaging:21.0.0'
Expand Down
2 changes: 1 addition & 1 deletion uikit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

// Sendbird
api 'com.sendbird.sdk:sendbird-android-sdk:3.0.164'
api 'com.sendbird.sdk:sendbird-android-sdk:3.0.166'

implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
Expand Down

0 comments on commit c226fe7

Please sign in to comment.