in build.gradle
allprojects {
....
maven { url "https://jitpack.io" }
....
}
in app.gradle:
implementation 'com.github.prolificinteractive:material-calendarview:1.4.3'
Result:
Failed to resolve: com.github.prolificinteractive:material-calendarview:1.4.3
Same with 1.4.0, 1.4.1, 1.4.2...
I guess something is wrong maybe gradle version or I don't know why.
It changed for this at https://github.com/prolificinteractive/material-calendarview/releases/tag/1.5.0
before it was implementation 'com.prolificinteractive:material-calendarview:1.4.3'
I have same problem now while using Failed to resolve: com.github.prolificinteractive:material-calendarview:2.0 So I have changed the gradle
com.github.prolificinteractive:material-calendarview:2.0.0
Same problem
I have also same problem But I just change the version 2.0.0 and It works.
implementation 'com.github.prolificinteractive:material-calendarview:2.0.0'
Version 2.0.0 works For me!
Worked for me as well!
Changed implementation 'com.github.prolificinteractive:material-calendarview:2.0'
To implementation 'com.github.prolificinteractive:material-calendarview:2.0.0'
Most helpful comment
I have same problem now while using Failed to resolve: com.github.prolificinteractive:material-calendarview:2.0 So I have changed the gradle
com.github.prolificinteractive:material-calendarview:2.0.0