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

Failed to resolve: com.github.prolificinteractive:material-calendarview:2.0 #1050

Open ABr751 opened 4 years ago

jcbremond commented 4 years ago

add this : allprojects { repositories { google() jcenter() // add this for material calendar **maven { url 'https://jitpack.io' }** } }

in your build.gradle (project)

shahzad1 commented 4 years ago

in your build.gradle(Project:myProject) `allprojects { repositories {

maven { url 'https://jitpack.io' }

} } then in build.gradle(Module:app) implementation 'com.github.prolificinteractive:material-calendarview:2.0.1'` Hope it'll help

thiago-you commented 3 months ago

Hi @ABr751 @shahzad1 @jcbremond , 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.