livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

ERROR: Failed to resolve: com.github.livechat:chat-window-android:v2.0.4 #32

Closed Marc-Ferrer-Castillo closed 3 years ago

Marc-Ferrer-Castillo commented 4 years ago

Hi, I have an error when trying to implement it in gradle like so:

dependencies {
    implementation 'com.github.livechat:chat-window-android:v2.0.4'
}

ERROR: Failed to resolve: com.github.livechat:chat-window-android:v2.0.4

Mastersam07 commented 4 years ago

Try using the below:

dependencies {
    implementation 'com.github.livechat:chat-window-android:v2.1.2'
}
nomyzs commented 3 years ago

Hello @Marc-Ferrer-Castillo I have tested that and seems alright with v2.0.4, v2.1.2 and v2.1.5. Hopefully this is no longer an issue. Will close that issue, but please, feel free to create another one if issue persist