File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
112112dependencies {
113- implementation "org.sendbird:sendbird-platform-sdk:1 .0.23 "
113+ implementation "org.sendbird:sendbird-platform-sdk:2 .0.0 "
114114}
115115
116116allprojects {
@@ -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
You can’t perform that action at this time.
0 commit comments