Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-jeon committed Nov 10, 2023
1 parent 176250d commit de626b0
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 de626b0

Please sign in to comment.