File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
The changelog for [ Kommunicate-Android-Chat-SDK] ( https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK ) . Also see the
4
4
[ releases] ( https://github.com/Kommunicate-io/Kommunicate-Android-Chat-SDK/releases ) on Github.
5
5
6
- ## Unreleased
6
+ ## Kommunicate Android SDK 2.9.1
7
7
1 ) Added customisation for multiple attachment selection
8
+ 2 ) Fixed documents showing incorrect filename for non-english names
8
9
## Kommunicate Android SDK 2.9.0
9
10
1 ) Fixed message status icon color customisation
10
11
## Kommunicate Android SDK 2.8.9
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
18
18
minSdkVersion 16
19
19
targetSdkVersion 33
20
20
versionCode 1
21
- versionName " 2.9.0 "
21
+ versionName " 2.9.1 "
22
22
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
23
23
buildConfigField " String" , " CHAT_SERVER_URL" , ' "https://chat.kommunicate.io"'
24
24
buildConfigField " String" , " API_SERVER_URL" , ' "https://api.kommunicate.io"'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ android {
18
18
minSdkVersion 16
19
19
targetSdkVersion 33
20
20
versionCode 1
21
- versionName " 2.9.0 "
21
+ versionName " 2.9.1 "
22
22
consumerProguardFiles ' proguard-rules.txt'
23
23
vectorDrawables. useSupportLibrary = true
24
24
}
You can’t perform that action at this time.
0 commit comments