From 29bf51f7658eb7a2909177c6bb7da0a807e08465 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Tue, 10 Jul 2018 23:14:23 +0200 Subject: [PATCH] Update ChatKit Signed-off-by: Mario Danic --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 338f57f6b..6f2ccd604 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -154,7 +154,7 @@ dependencies { implementation 'com.github.wooplr:Spotlight:1.2.3' - implementation 'com.github.stfalcon:chatkit:0.2.2' + implementation 'com.github.stfalcon:chatkit:0.2.3' implementation 'com.otaliastudios:autocomplete:1.1.0' implementation 'com.github.Kennyc1012:BottomSheet:2.4.0'