Skip to content

Commit db2def0

Browse files
authored
Merge pull request #37 from sendbird/origin/release-2.1.1
2.1.1
2 parents 88553c7 + 397c6e6 commit db2def0

File tree

341 files changed

+10237
-4908
lines changed

Some content is hidden

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

341 files changed

+10237
-4908
lines changed

.openapi-generator-ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
README.md

.openapi-generator/FILES

Lines changed: 151 additions & 9 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Add these dependency to your project's POM:
9898
<dependency>
9999
<groupId>org.sendbird</groupId>
100100
<artifactId>sendbird-platform-sdk</artifactId>
101-
<version>2.0.0</version>
101+
<version>2.1.1</version>
102102
</dependency>
103103
</dependencies>
104104
```
@@ -110,7 +110,7 @@ Add this dependency to your project's build file:
110110
```groovy
111111
112112
dependencies {
113-
implementation "org.sendbird:sendbird-platform-sdk:2.0.0"
113+
implementation "org.sendbird:sendbird-platform-sdk:2.1.1
114114
}
115115
116116
allprojects {
@@ -137,5 +137,4 @@ All the documentation for this project lives in the /docs directory of this repo
137137
| Message | [docs/MessageApi.md](docs/MessageApi.md) |
138138
| OpenChannel | [docs/OpenChannelApi.md ](docs/OpenChannelApi.md) |
139139
| User | [docs/UserApi.md](docs/UserApi.md) |
140-
141-
140+
| Moderation | [docs/ModerationApi.md](docs/ModerationApi.md) |

README.md-e

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

0 commit comments

Comments
 (0)