Skip to content

Commit

Permalink
Merge pull request #19 from sendbird/release/3.10.1
Browse files Browse the repository at this point in the history
3.10.1
  • Loading branch information
sendbird-sdk-deployment authored Nov 9, 2023
2 parents 6541c68 + a4e7b4c commit 1696181
Show file tree
Hide file tree
Showing 501 changed files with 9,219 additions and 12,212 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
### v3.10.1 (Nov 9, 2023) with Chat SDK `v4.13.0`
* Added `uikit-samples` project to demonstrate the usage of `UIKit`.
* Added `resetToDefault()` in `FragmentProviders`, `ModuleProviders`, `AdapterProviders` and `ViewModelProviders` to reset the providers to default.
### v3.10.0 (Nov 3, 2023) with Chat SDK `v4.13.0`
* Added the `Suggested Replies` feature to enable quick and effective question asking to the bot.
* Added `ChannelConfig.enableSuggestedReplies` configuration to enable/disable `Suggested Replies` feature.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ org.gradle.jvmargs=-Xmx1536m
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true

UIKIT_VERSION = 3.10.0
UIKIT_VERSION = 3.10.1
UIKIT_VERSION_CODE = 1
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencyResolutionManagement {
}
}

include ':uikit-custom-sample'
include ':uikit-sample', ':uikit'
include ':uikit'
rootProject.name='sendbird-uikit-android-sources'
include ':uikit-samples'
59 changes: 0 additions & 59 deletions uikit-custom-sample/build.gradle

This file was deleted.

98 changes: 0 additions & 98 deletions uikit-custom-sample/google-services.json

This file was deleted.

Loading

0 comments on commit 1696181

Please sign in to comment.