Skip to content

Commit

Permalink
Merge pull request #408 from Kommunicate-io/v2.7.5
Browse files Browse the repository at this point in the history
Release changes for v2.7.5
  • Loading branch information
pranaysaini04 authored Jul 12, 2023
2 parents 5546d87 + 92f1efa commit db87c0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
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.

## Kommunicate Android SDK 2.7.5
1) Fixed online/offline issue for taxbuddy
2) Fixed issue in which gray status dot is showing when agent is online(hideAssigneeStatus)
## Kommunicate Android SDK 2.7.4
1) UI/UX changes to match iOS

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.4"
versionName "2.7.5"
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.4"
versionName "2.7.5"
consumerProguardFiles 'proguard-rules.txt'
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit db87c0e

Please sign in to comment.