material-calendarview icon indicating copy to clipboard operation
material-calendarview copied to clipboard

implementation 'com.github.prolificinteractive:material-calendarview:2.0.1'

Open ghost opened this issue 4 years ago • 3 comments

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?

ghost avatar Apr 19 '21 20:04 ghost

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

c4l1c0 avatar Sep 13 '21 01:09 c4l1c0

implementation 'com.github.prolificinteractive:material-calendarview:2.0.1' implementation 'com.jakewharton.threetenabp:threetenabp:1.2.0' try this

almazangc avatar Dec 10 '22 17:12 almazangc

try this version (it work for me)

implementation 'com.github.prolificinteractive:material-calendarview:2.0.1'

Lakhvirparas avatar Feb 16 '23 11:02 Lakhvirparas