Skip to content

Commit 409c82b

Browse files
Muhamad RidwanMuhamad Ridwan
authored andcommitted
docs: update readme
1 parent 01f006d commit 409c82b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 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>1.0.23</version>
101+
<version>2.0.0</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:1.0.23"
113+
implementation "org.sendbird:sendbird-platform-sdk:2.0.0"
114114
}
115115
116116
allprojects {
@@ -132,12 +132,10 @@ All the documentation for this project lives in the /docs directory of this repo
132132
| | Documentation |
133133
| ----------- | ----------- |
134134
| Announcement | [docs/AnnouncementApi.md](docs/AnnouncementApi.md)|
135-
| Application | [docs/ApplicationApi.md](docs/ApplicationApi.md) |
136135
| Bot | [docs/BotApi.md](docs/BotApi.md) |
137136
| GroupChannel | [docs/GroupChannelApi.md](docs/GroupChannelApi.md) |
138137
| Message | [docs/MessageApi.md](docs/MessageApi.md) |
139138
| OpenChannel | [docs/OpenChannelApi.md ](docs/OpenChannelApi.md) |
140139
| User | [docs/UserApi.md](docs/UserApi.md) |
141-
| Webhooks | [docs/WebhooksApi.md](docs/WebhooksApi.md) |
142140

143141

0 commit comments

Comments
 (0)