ChatKitV4 (This read me is under develop)
This is our new version of chatkit.
Here we seprate Core Logic and UI sections. You can use it as seprate module into your applications. ChatKitV4 can support all issues and needs related to chat scenarios and all sections that is based on chat like support sections, ticketing section and etc.
Installation
ChatKitV4 is hosted on jitpack, you can find all versions on this repository. To get a Git project into your build:
Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://www.jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.HamidrezaAmz:ChatKitV4:last_version'
}