Skip to content

Commit

Permalink
Merge pull request #431 from Kommunicate-io/release_2.7.9
Browse files Browse the repository at this point in the history
Release changes v2.7.9
  • Loading branch information
pranaysaini04 authored Aug 22, 2023
2 parents f7a475d + 2979564 commit bf92cd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
The changelog for [Kommunicate-Android-Chat-SDK](https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK). Also see the
[releases](https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK/releases) on Github.

## Unreleased
## Kommunicate Android SDK 2.7.9
1) Fixed toolbar title not in center when menu option is disabled
2) Fixed getting duplicate on conversation list when using latest SDK(Agent app)
3) Bug fixes

## Kommunicate Android SDK 2.7.8
1) Fixed dropdown list of spinner in form type rich message clashing with the spinner layout
Expand Down
2 changes: 1 addition & 1 deletion kommunicate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 16
targetSdkVersion 33
versionCode 1
versionName "2.7.8"
versionName "2.7.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "CHAT_SERVER_URL", '"https://chat.kommunicate.io"'
buildConfigField "String", "API_SERVER_URL", '"https://api.kommunicate.io"'
Expand Down
2 changes: 1 addition & 1 deletion kommunicateui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 16
targetSdkVersion 33
versionCode 1
versionName "2.7.8"
versionName "2.7.9"
consumerProguardFiles 'proguard-rules.txt'
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit bf92cd2

Please sign in to comment.