Closed anonym24 closed 3 years ago
Also in documentation you till have jcenter (it may worked for you because have cache on your local PC) at https://chat-sdk.gitbook.io/android/setup/add-chat-sdk-to-your-project:
But you should remove jcenter and do a clean build
JCenter is still available. It's just read-only.
JFrog, the company that maintains the JCenter artifact repository used by many Android projects, made JCenter a read-only repository on March 31st, 2021. According to the announcement, JCenter will allow downloads of existing artifacts indefinitely.
@bensmiley
from this your comment and email I solved it with:
allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
maven { url "https://chatsdk.jfrog.io/artifactory/release/chat-sdk-android" }
maven { url "https://chatsdk.jfrog.io/artifactory/release/chatkit" }
maven { url "https://chatsdk.jfrog.io/artifactory/release/matisse" }
}
}
Thanks!
tks, for me was missing the jcenter(), though he will be depricated in the future
ChatSDK Version
5.2.10
So I use new a repo:
maven { url "https://chatsdk.jfrog.io/artifactory/release/chat-sdk-android" }
But still I can't compile my project: