prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

Execution failed for task ':app:dataBindingMergeDependencyArtifactsProductionDebug' #1112

Open drisul10 opened 3 years ago

drisul10 commented 3 years ago

Please help me, I think this is a bug, very similar to https://github.com/mikepenz/Android-Iconics/issues/551

`Execution failed for task ':app:dataBindingMergeDependencyArtifactsProductionDebug'.

Could not resolve all files for configuration ':app:productionDebugCompileClasspath'. Could not find com.github.prolificinteractive:material-calendarview:2.0.1. Required by: project :app`

I added the maven repository and use version 2.0.1 (and some old version), but it's not working.

thiago-you commented 1 week ago

Hi @drisul10 , how you doing?

I ported this library with updated dependencies and configurations, also moved out from JCenter to use Jitpack.io:

https://github.com/thiago-you/material-calendarview

Check it out, I hope with helps you someway.