Skip to content

Commit fdf91d1

Browse files
Merge pull request #433 from Kommunicate-io/release_v2.8.0
Release Changes v2.8.0
2 parents 0a4d7c2 + fd76734 commit fdf91d1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
The changelog for [Kommunicate-Android-Chat-SDK](https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK). Also see the
44
[releases](https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK/releases) on Github.
55

6+
## Kommunicate Android SDK 2.8.0
7+
1) Added customisation to change the option menu icon on Conversation Screen
68
## Kommunicate Android SDK 2.7.9
79
1) Fixed toolbar title not in center when menu option is disabled
810
2) Fixed getting duplicate on conversation list when using latest SDK(Agent app)

kommunicate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 16
1919
targetSdkVersion 33
2020
versionCode 1
21-
versionName "2.7.9"
21+
versionName "2.8.0"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
buildConfigField "String", "CHAT_SERVER_URL", '"https://chat.kommunicate.io"'
2424
buildConfigField "String", "API_SERVER_URL", '"https://api.kommunicate.io"'

kommunicateui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 16
1919
targetSdkVersion 33
2020
versionCode 1
21-
versionName "2.7.9"
21+
versionName "2.8.0"
2222
consumerProguardFiles 'proguard-rules.txt'
2323
vectorDrawables.useSupportLibrary = true
2424
}

0 commit comments

Comments
 (0)