Skip to content

Commit ff09cd4

Browse files
author
Arief Nur Putranto
committed
bump up version 1.8.3
1 parent ac78b0d commit ff09cd4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Second, you need to add SDK dependencies inside your app .gradle. Then, you need
5454
```
5555
dependencies {
5656
...
57-
implementation 'com.qiscus.sdk:chat-core:1.8.2'
57+
implementation 'com.qiscus.sdk:chat-core:1.8.3'
5858
}
5959
```
6060

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Secondly, you need to add SDK dependencies inside your app .gradle. Then, you ne
8080
```
8181
dependencies {
8282
...
83-
implementation 'com.qiscus.sdk:chat-core:1.8.2'
83+
implementation 'com.qiscus.sdk:chat-core:1.8.3'
8484
}
8585
```
8686

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ chatVersionPatch=0
4343
# === qiscus chat-core library version ===
4444
chatCoreVersionMajor=1
4545
chatCoreVersionMinor=8
46-
chatCoreVersionPatch=2
46+
chatCoreVersionPatch=3
4747

4848
# === qiscus default base url
4949
BASE_URL_SERVER="https://api.qiscus.com/"
@@ -59,7 +59,7 @@ android.useAndroidX=true
5959

6060
libraryGroupId=com.qiscus.sdk
6161
libraryArtifactId=chat-core
62-
libraryVersion=1.8.2
62+
libraryVersion=1.8.3
6363

6464
libraryGroupIdChat=com.qiscus.sdk
6565
libraryArtifactIdChat=chat

0 commit comments

Comments
 (0)