GithubHelp home page GithubHelp logo

Comments (7)

rsanjuan87 avatar rsanjuan87 commented on August 22, 2024

Please any help?

from chat-sdk-android.

adityagokula2210 avatar adityagokula2210 commented on August 22, 2024

Hello @rsanjuan87
Can you please share your app-level gradle file with me so that I can have a look at this and try to regenerate this at my end. This will help me investigate better.

Thanks

from chat-sdk-android.

rsanjuan87 avatar rsanjuan87 commented on August 22, 2024

Hello @adityagokula2210
here is
app_build.gradle.zip
thanks

from chat-sdk-android.

adityagokula2210 avatar adityagokula2210 commented on August 22, 2024

Hello @rsanjuan87 ,
I am checking this. Please allow us some time.

Thanks

from chat-sdk-android.

adityagokula2210 avatar adityagokula2210 commented on August 22, 2024

Hello @rsanjuan87,
Unfortunately, i was not able to generate the issue at my end. However, can you please check by replacing

implementation 'com.cometchat:pro-android-chat-sdk:2.0.3'

with

implementation ('com.cometchat:pro-android-chat-sdk:2.0.3'){
exclude group: 'xpp3', module: 'xpp3'
}

This should exclude the xpp module from CometChat dependency and it should work. Please let me know if this solves the problem

Thanks

from chat-sdk-android.

rsanjuan87 avatar rsanjuan87 commented on August 22, 2024

I tried but, nop, it doesnt works for me
waiting news and new updates

from chat-sdk-android.

adityagokula2210 avatar adityagokula2210 commented on August 22, 2024

Hello @rsanjuan87
Revert the previous changes suggested by me and please try adding the below lines to the app-level build.gradle file. This should get it to work:

configurations {
all
.exclude group: 'xpp3', module: 'xpp3'
}
*

Thanks

from chat-sdk-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.