ChatView
ChatView copied to clipboard
ExpandableLayout is deprecated
In my gradle build cannot resolve com.github.silenceDut.expandableLayout.2.10(what i can remember)
I guess the lib is deprecated.... by here
Issue gets fixed by adding this implementation to gradle
implementation 'com.github.SilenceDut:ExpandableLayout:1.3.0'