From 58faba97648eb2d8879852f0cac2b44a70019f96 Mon Sep 17 00:00:00 2001 From: Murtaza Bohari <78150627+Murtaza-5253@users.noreply.github.com> Date: Wed, 8 Dec 2021 12:14:40 +0530 Subject: [PATCH] Update build.gradle --- chatview/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatview/build.gradle b/chatview/build.gradle index 5c707b4..15826e1 100644 --- a/chatview/build.gradle +++ b/chatview/build.gradle @@ -36,7 +36,7 @@ dependencies { compile 'com.android.support:recyclerview-v7:27.0.2' compile 'com.github.zagum:Android-ExpandIcon:1.2.1' compile 'com.balysv:material-ripple:1.0.2' - compile 'com.github.SilenceDut:ExpandableLayout:1.2.0' + implementation 'com.github.SilenceDut:ExpandableLayout:1.1.0' compile 'jp.wasabeef:recyclerview-animators:2.3.0' compile 'com.zhihu.android:matisse:0.4.3' compile 'com.squareup.picasso:picasso:2.5.2'