diff --git a/README.md b/README.md index 9e66648c..86e25817 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Second, you need to add SDK dependencies inside your app .gradle. Then, you need ``` dependencies { ... - implementation 'com.qiscus.sdk:chat-core:1.8.2' + implementation 'com.qiscus.sdk:chat-core:1.8.3' } ``` diff --git a/docs/index.md b/docs/index.md index ff320738..9a0e27c1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -80,7 +80,7 @@ Secondly, you need to add SDK dependencies inside your app .gradle. Then, you ne ``` dependencies { ... - implementation 'com.qiscus.sdk:chat-core:1.8.2' + implementation 'com.qiscus.sdk:chat-core:1.8.3' } ``` diff --git a/gradle.properties b/gradle.properties index abf1eb08..ff689142 100644 --- a/gradle.properties +++ b/gradle.properties @@ -43,7 +43,7 @@ chatVersionPatch=0 # === qiscus chat-core library version === chatCoreVersionMajor=1 chatCoreVersionMinor=8 -chatCoreVersionPatch=2 +chatCoreVersionPatch=3 # === qiscus default base url BASE_URL_SERVER="https://api.qiscus.com/" @@ -59,7 +59,7 @@ android.useAndroidX=true libraryGroupId=com.qiscus.sdk libraryArtifactId=chat-core -libraryVersion=1.8.2 +libraryVersion=1.8.3 libraryGroupIdChat=com.qiscus.sdk libraryArtifactIdChat=chat