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.
1 parent 94959f2 commit 59a2b61Copy full SHA for 59a2b61
README.md
@@ -98,7 +98,7 @@ Add this dependency to your project's POM:
98
<dependency>
99
<groupId>org.sendbird</groupId>
100
<artifactId>sendbird-platform-sdk</artifactId>
101
- <version>1.0.7</version>
+ <version>1.0.8</version>
102
</dependency>
103
</dependencies>
104
```
@@ -110,7 +110,7 @@ Add this dependency to your project's build file:
110
```groovy
111
112
dependencies {
113
- implementation "org.sendbird:sendbird-platform-sdk:1.0.7"
+ implementation "org.sendbird:sendbird-platform-sdk:1.0.8"
114
}
115
116
allprojects {
0 commit comments