Skip to content

Commit 7f8818a

Browse files
authored
Merge pull request #17 from sendbird/feature/fix-README
Updated README.md
2 parents 176250d + de626b0 commit 7f8818a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Add these dependency to your project's POM:
9191
<dependency>
9292
<groupId>org.sendbird</groupId>
9393
<artifactId>sendbird-platform-sdk</artifactId>
94-
<version>0.0.16</version>
94+
<version>1.0.17</version>
9595
</dependency>
9696
</dependencies>
9797
```
@@ -103,7 +103,7 @@ Add this dependency to your project's build file:
103103
```groovy
104104
105105
dependencies {
106-
implementation "org.sendbird:sendbird-platform-sdk:0.0.16"
106+
implementation "org.sendbird:sendbird-platform-sdk:1.0.17"
107107
}
108108
109109
allprojects {

0 commit comments

Comments
 (0)