Skip to content

Commit fdd0535

Browse files
authored
Merge pull request #467 from Kommunicate-io/release_v2.9.0
Release changes for v2.9.0
2 parents d9542ae + 3630128 commit fdd0535

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.0
77
1) Fixed message status icon color customisation
88
## Kommunicate Android SDK 2.8.9
99
1) Fixed typing indicator for welcome message

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

0 commit comments

Comments
 (0)