Open ghost opened 3 years ago
Same here, it's not working, i saw the build log in jitpack and it seems like it doesn't support gradle 6.0
https://jitpack.io/com/github/prolificinteractive/material-calendarview/2.0.1/build.log
implementation 'com.github.prolificinteractive:material-calendarview:2.0.1' implementation 'com.jakewharton.threetenabp:threetenabp:1.2.0' try this
try this version (it work for me)
implementation 'com.github.prolificinteractive:material-calendarview:2.0.1'
I add maven { url 'https://jitpack.io'} and I tried version 2.0.0 to 2.0.9 Nothing is working.
Failed to resolve: com.github.prolificinteractive:material-calendarview:2.0.1
Which version is right?