Good day, we have tried to integrate the android sdk into our kotlin android app by following your online documentation, however the gradle implementation returns a error stating: Could not find com.github.freshworks:freshchat-android:5.9.0.
The current version for Freshchat Android SDK is 5.9.1
To use the dependency you should use the following syntax
dependencies {
implementation 'com.github.freshdesk:freshchat-android:{latestVersion}'
}
Kindly change the version and it should work fine.
Regards,
Thakur
I used the integration guide, tried multiple versions from the release history and also used the implementation provided on the samples on GitHub. still not resolving the dependency.