diff --git a/README.md b/README.md index c609284e..59659b1d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Add these dependency to your project's POM: org.sendbird sendbird-platform-sdk - 0.0.16 + 1.0.17 ``` @@ -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 {