From d180047737f43bb0e71ceeef5f4557f870097c18 Mon Sep 17 00:00:00 2001 From: amntoppoKM Date: Fri, 30 Jun 2023 20:44:26 +0530 Subject: [PATCH] release changes for v2.7.4 --- CHANGELOG.md | 4 ++++ kommunicate/build.gradle | 2 +- kommunicateui/build.gradle | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8584f93c0..76ca46508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/kommunicate/build.gradle b/kommunicate/build.gradle index 04799035e..cd4ad3884 100644 --- a/kommunicate/build.gradle +++ b/kommunicate/build.gradle @@ -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"' diff --git a/kommunicateui/build.gradle b/kommunicateui/build.gradle index f8d0fc146..b7357ca20 100755 --- a/kommunicateui/build.gradle +++ b/kommunicateui/build.gradle @@ -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 }