JimmyDaddy / react-native-image-marker

🙈Adding text or icon watermark to your image using React Native👀👀
https://jimmydaddy.github.io/react-native-image-marker/
MIT License
316 stars 93 forks source link

Build error #183

Closed dheeraj-jft closed 8 months ago

dheeraj-jft commented 8 months ago

I am getting this error while building the project

Problems reading data from Binary store in /home/jellyfish/.gradle/.tmp/gradle6304675005526889684.bin offset 4195046 exists? true Corrupt serialized resolution result. Cannot find selected module (334) for constraint releaseVariantReleaseRuntimePublication -> androidx.lifecycle:lifecycle-process:2.6.2

JimmyDaddy commented 8 months ago

@dheeraj-jft What is your gradle version? Is it below 8.3 ?

dheeraj-jft commented 8 months ago

Yes, It is 8.0.1. Should I upgrade it?

JimmyDaddy commented 8 months ago

Yes, It is 8.0.1. Should I upgrade it?

Yes, Coil need gradle 8.0.3. You can refer to the Gradle version settings in the example project.