Skip to content

Commit

Permalink
bump up version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Nur Putranto committed Aug 11, 2022
1 parent 6ce6e33 commit a082afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2'
implementation 'com.qiscus.sdk:chat-core:1.4.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chatVersionPatch=3
# === qiscus chat-core library version ===
chatCoreVersionMajor=1
chatCoreVersionMinor=4
chatCoreVersionPatch=2
chatCoreVersionPatch=3

# === qiscus default base url
BASE_URL_SERVER="https://api.qiscus.com/"
Expand All @@ -57,7 +57,7 @@ android.enableR8=true

libraryGroupId=com.qiscus.sdk
libraryArtifactId=chat-core
libraryVersion=1.4.2
libraryVersion=1.4.3

libraryGroupIdChat=com.qiscus.sdk
libraryArtifactIdChat=chat
Expand Down

0 comments on commit a082afc

Please sign in to comment.