Skip to content

Commit 1d1378f

Browse files
Merge pull request #423 from Kommunicate-io/release_changes_v2.7.8
release changes for v2.7.8
2 parents 4ee9f44 + e84e743 commit 1d1378f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The changelog for [Kommunicate-Android-Chat-SDK](https://github.com/Kommunicate-
44
[releases](https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK/releases) on Github.
55

66

7-
## Unreleased
7+
## Kommunicate Android SDK 2.7.8
88
1) Fixed dropdown list of spinner in form type rich message clashing with the spinner layout
99
2) Added customization to center toolbar title and left align message templates
1010

kommunicate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 16
1919
targetSdkVersion 33
2020
versionCode 1
21-
versionName "2.7.7"
21+
versionName "2.7.8"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
buildConfigField "String", "CHAT_SERVER_URL", '"https://chat.kommunicate.io"'
2424
buildConfigField "String", "API_SERVER_URL", '"https://api.kommunicate.io"'

kommunicateui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
minSdkVersion 16
1919
targetSdkVersion 33
2020
versionCode 1
21-
versionName "2.7.7"
21+
versionName "2.7.8"
2222
consumerProguardFiles 'proguard-rules.txt'
2323
vectorDrawables.useSupportLibrary = true
2424
}

0 commit comments

Comments
 (0)