-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android app crash when including dixa android #9
Comments
@bradherman You need to add the dependency for okhttp:
|
@idortulov In RN 0.72.3 OKHTTP_VERSION is 4.9.2, do you think it's safe to downgrade it? for me acceptable solution was to have following
with using the same version as RN |
Yes, this is also acceptable. The root issue was the missing dependency. |
@idortulov would be nice to mention it in Readme and update example app 🙏 |
@professorkolik I am more than happy to accept the change to the example app and to the readme file. |
I made this change, I can start the first chat on Android side, When I answer on the web pannel I get a network error. Logcat output is as follows.
|
Instead of this change, I excluded okhttp3 and implemented org.jsoup:jsoup:1.16.1 as follows. it worked for me
|
Android app crashes due to the following when including the
implementation('com.dixa:messenger-sdk:1.3.2')
in build.gradle:The text was updated successfully, but these errors were encountered: