diff --git a/CHANGELOG.md b/CHANGELOG.md index b28090447..8584f93c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ 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.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 20e801cbb..04799035e 100644 --- a/kommunicate/build.gradle +++ b/kommunicate/build.gradle @@ -18,7 +18,7 @@ android { minSdkVersion 16 targetSdkVersion 33 versionCode 1 - versionName "2.7.2" + versionName "2.7.3" 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 878f6d81d..f8d0fc146 100755 --- a/kommunicateui/build.gradle +++ b/kommunicateui/build.gradle @@ -18,7 +18,7 @@ android { minSdkVersion 16 targetSdkVersion 33 versionCode 1 - versionName "2.7.2" + versionName "2.7.3" consumerProguardFiles 'proguard-rules.txt' vectorDrawables.useSupportLibrary = true }