From 3ab92bff5edfbdd1cdf513618dbcf8bc163ce7c7 Mon Sep 17 00:00:00 2001 From: Arief Nur Putranto Date: Thu, 23 Jan 2025 15:12:13 +0700 Subject: [PATCH] bump up version 1.9.0 --- README.md | 2 +- docs/index.md | 2 +- gradle.properties | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b29cdc5e..6308ed66 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.5' + implementation 'com.qiscus.sdk:chat-core:1.9.0' } ``` diff --git a/docs/index.md b/docs/index.md index 27fe12d7..f6189865 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.5' + implementation 'com.qiscus.sdk:chat-core:1.9.0' } ``` diff --git a/gradle.properties b/gradle.properties index 841faf48..40af4ab4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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/" @@ -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