Skip to content

Commit

Permalink
Merge pull request #17 from sendbird/feature/fix-README
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
luke-cha authored Nov 10, 2023
2 parents 176250d + de626b0 commit 7f8818a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Add these dependency to your project's POM:
<dependency>
<groupId>org.sendbird</groupId>
<artifactId>sendbird-platform-sdk</artifactId>
<version>0.0.16</version>
<version>1.0.17</version>
</dependency>
</dependencies>
```
Expand All @@ -103,7 +103,7 @@ Add this dependency to your project's build file:
```groovy
dependencies {
implementation "org.sendbird:sendbird-platform-sdk:0.0.16"
implementation "org.sendbird:sendbird-platform-sdk:1.0.17"
}
allprojects {
Expand Down

0 comments on commit 7f8818a

Please sign in to comment.