-
Notifications
You must be signed in to change notification settings - Fork 27
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
Build is failing in Android #137
Comments
This error occurred for us after integrating RevenueCat SDK along with Crisp Chat in our app. Both use commonmark module but from different groups. Try adding this to your app's
Crisp uses commonmark from |
Do you still have issue with latest releases? |
I am facing same error in expo build. any solution? FAILURE: Build failed with an exception.
|
Getting this as well on the
|
Only with org.commonmark'? |
what is solution for expo ? @baptistejamin not working with org.commonmark |
Hi @baptistejamin , for me, the problem is with Crisp using CommonMark 0.13.0 and RevenueCat 0.21.0. I had to do all sorts of magic with AI to sort it out with Expo. Is it too difficult to update that dependency from your end? That would be amazing. |
A solution was found on this thread. The solution consists of excluding common mark : #143 |
I installed crisp in the react native project. It works fine with IOS but it is failing with the following error in Android.
React Native: 0.74
buildToolsVersion = '34.0.0'
minSdkVersion = '24'
compileSdkVersion = '34'
targetSdkVersion = '34'
kotlinVersion = '1.9.23'
ndkVersion = "26.1.10909125"
I also tried kotlinVersion: 1.7.20 but no luck.
Error:
The text was updated successfully, but these errors were encountered: