Skip to content

Commit a4e7b4c

Browse files
Added v3.10.1
1 parent 6541c68 commit a4e7b4c

File tree

501 files changed

+9219
-12212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

501 files changed

+9219
-12212
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
### v3.10.1 (Nov 9, 2023) with Chat SDK `v4.13.0`
3+
* Added `uikit-samples` project to demonstrate the usage of `UIKit`.
4+
* Added `resetToDefault()` in `FragmentProviders`, `ModuleProviders`, `AdapterProviders` and `ViewModelProviders` to reset the providers to default.
25
### v3.10.0 (Nov 3, 2023) with Chat SDK `v4.13.0`
36
* Added the `Suggested Replies` feature to enable quick and effective question asking to the bot.
47
* Added `ChannelConfig.enableSuggestedReplies` configuration to enable/disable `Suggested Replies` feature.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m
1616
# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717
android.useAndroidX=true
1818

19-
UIKIT_VERSION = 3.10.0
19+
UIKIT_VERSION = 3.10.1
2020
UIKIT_VERSION_CODE = 1

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ dependencyResolutionManagement {
1515
}
1616
}
1717

18-
include ':uikit-custom-sample'
19-
include ':uikit-sample', ':uikit'
18+
include ':uikit'
2019
rootProject.name='sendbird-uikit-android-sources'
20+
include ':uikit-samples'

uikit-custom-sample/build.gradle

Lines changed: 0 additions & 59 deletions
This file was deleted.

uikit-custom-sample/google-services.json

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)