chat-sdk / chat-sdk-android

Chat SDK Android - Open Source Mobile Messenger
https://chatsdk.co
Other
1.61k stars 612 forks source link

Gradle could not fetch 5.5.3 and 5.5.6 version of library #746

Closed shjman closed 1 year ago

shjman commented 1 year ago
  1. Is the bug present in the demo Chat SDK project? no

  2. Steps taken to reproduce the problem: create new project add implementation "chat.sdk:firebase-app:5.5.6" and maven { url 'https://jitpack.io' }

  3. Expected result: build succeeded

  4. Actual result: Execution failed for task ':app:checkDebugAarMetadata'.

    Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find chat-sdk-android-v5-master:vendor-android-audio-recorder:unspecified. Searched in the following locations:

main issue is about Failed to resolve: chat-sdk-android-v5-master:vendor-android-audio-recorder:unspecified Failed to resolve: chat-sdk-android-v5-master:vendor-material-search-view:unspecified

  1. Comments: we also can't fetch old version 5.5.3

Execution failed for task ':app:desugarDevDebugFileDependencies'.

Could not resolve all files for configuration ':app:devDebugRuntimeClasspath'. Could not resolve sdk.chat:firebase-app:5.5.3. Required by: project :app Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/chat-sdk-android/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/chatkit/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/matisse/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/material-search-view/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/android-image-cropper/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/android-audio-recorder/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict

AshwinN796 commented 11 months ago
  1. Is the bug present in the demo Chat SDK project? no

    1. Steps taken to reproduce the problem: create new project add implementation "chat.sdk:firebase-app:5.5.6" and maven { url 'https://jitpack.io' }

    2. Expected result: build succeeded

    3. Actual result: Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find chat-sdk-android-v5-master:vendor-android-audio-recorder:unspecified. Searched in the following locations:

main issue is about Failed to resolve: chat-sdk-android-v5-master:vendor-android-audio-recorder:unspecified Failed to resolve: chat-sdk-android-v5-master:vendor-material-search-view:unspecified

9. **Comments:**
   **we also can't fetch old version 5.5.3**

Execution failed for task ':app:desugarDevDebugFileDependencies'.

Could not resolve all files for configuration ':app:devDebugRuntimeClasspath'. Could not resolve sdk.chat:firebase-app:5.5.3. Required by: project :app

Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/chat-sdk-android/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/chatkit/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/matisse/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/material-search-view/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/android-image-cropper/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict Could not resolve sdk.chat:firebase-app:5.5.3. Could not get resource 'https://chatsdk.jfrog.io/artifactory/release/android-audio-recorder/sdk/chat/firebase-app/5.5.3/firebase-app-5.5.3.pom'. Could not HEAD 'https://landing.jfrog.com/reactivate-server/chatsdk'. Received status code 409 from server: Conflict

Do you find any solution ?