livechat / chat-window-android

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

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

Closed lvzesong closed 3 years ago

lvzesong commented 5 years ago

271D504A-D087-49a4-A86A-5AD7BE3D9819 AC377C21-5338-4689-B0FA-61BD5167DA43

ZiggyKraus commented 5 years ago

Hello @lvzesong !

From the looks of it, it seems that the problem is caused by the following line of code used in your project:

'com.github.livechat:chat-window-android:2.0.3' if you could try to replace it with the following line: 'com.github.livechat:chat-window-android:v2.0.4' , run the project again and let us know if it helped, I will truly appreciate it! :)

giacomomasseron commented 5 years ago

Same problem here. I tried with 2.0.3 and 2.0.4 but I get the same error.

Btw you should edit the docs: "compile" directive is obsolute, you have to use "implementation".

nomyzs commented 3 years ago

Hello! As @ZiggyKraus suggested, please make sure to include v in Tag version. I imagine this can be troublesome, but we kept it for consistency. @giacomok , we have updated documentation to use implementation instead of compile. Thanks for your feedback! I this solves your problems. Going to close this issue, but please create another one if issue persist.