We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 176250d + de626b0 commit 7f8818aCopy full SHA for 7f8818a
README.md
@@ -91,7 +91,7 @@ Add these dependency to your project's POM:
91
<dependency>
92
<groupId>org.sendbird</groupId>
93
<artifactId>sendbird-platform-sdk</artifactId>
94
- <version>0.0.16</version>
+ <version>1.0.17</version>
95
</dependency>
96
</dependencies>
97
```
@@ -103,7 +103,7 @@ Add this dependency to your project's build file:
103
```groovy
104
105
dependencies {
106
- implementation "org.sendbird:sendbird-platform-sdk:0.0.16"
+ implementation "org.sendbird:sendbird-platform-sdk:1.0.17"
107
}
108
109
allprojects {
0 commit comments