Skip to content

Commit 5f642dc

Browse files
Merge pull request #472 from Kommunicate-io/release_v2.9.1
Release changes for v2.9.1
2 parents d86656a + 15a706d commit 5f642dc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
The changelog for [Kommunicate-Android-Chat-SDK](https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK). Also see the
44
[releases](https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK/releases) on Github.
55

6-
## Unreleased
6+
## Kommunicate Android SDK 2.9.1
77
1) Added customisation for multiple attachment selection
8+
2) Fixed documents showing incorrect filename for non-english names
89
## Kommunicate Android SDK 2.9.0
910
1) Fixed message status icon color customisation
1011
## Kommunicate Android SDK 2.8.9

kommunicate/build.gradle

+1-1
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.9.0"
21+
versionName "2.9.1"
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

+1-1
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.9.0"
21+
versionName "2.9.1"
2222
consumerProguardFiles 'proguard-rules.txt'
2323
vectorDrawables.useSupportLibrary = true
2424
}

0 commit comments

Comments
 (0)