Skip to content

Commit

Permalink
bump up version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arief Nur Putranto committed Jan 23, 2025
1 parent e8dd6e0 commit 3ab92bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5'
implementation 'com.qiscus.sdk:chat-core:1.9.0'
}
```

Expand Down
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.8.5'
implementation 'com.qiscus.sdk:chat-core:1.9.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ chatVersionPatch=0

# === qiscus chat-core library version ===
chatCoreVersionMajor=1
chatCoreVersionMinor=8
chatCoreVersionPatch=5
chatCoreVersionMinor=9
chatCoreVersionPatch=0

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

libraryGroupId=com.qiscus.sdk
libraryArtifactId=chat-core
libraryVersion=1.8.5
libraryVersion=1.9.0

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

0 comments on commit 3ab92bf

Please sign in to comment.