From 025d9230fd63c7cb9de809c33df2f13c8cb5850a Mon Sep 17 00:00:00 2001 From: ariefnurputranto Date: Mon, 25 Jan 2021 18:27:12 +0700 Subject: [PATCH] update readme --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2991236..ecb2d565 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.3.26' + implementation 'com.qiscus.sdk:chat-core:1.3.27' } ``` diff --git a/docs/index.md b/docs/index.md index 6fa6bda3..2ffb60df 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.3.26' + implementation 'com.qiscus.sdk:chat-core:1.3.27' } ```