Skip to content

Commit

Permalink
Merge pull request #403 from Kommunicate-io/v2.7.4
Browse files Browse the repository at this point in the history
release changes for v2.7.4
  • Loading branch information
amntoppoKM authored Jun 30, 2023
2 parents 9a2d091 + d180047 commit 8b347a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
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.4
1) UI/UX changes to match iOS

## Kommunicate Android SDK 2.7.3
1) Expose a function to show/hide online, offline,away status of the agent on conversation screen

## Kommunicate Android SDK 2.7.2
1) Added support for Custom Input Field
2) Added Restriction for Start Plan in Android SDK
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.3"
versionName "2.7.4"
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.3"
versionName "2.7.4"
consumerProguardFiles 'proguard-rules.txt'
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 8b347a1

Please sign in to comment.