Material-calendarview: Failed to resolve: com.github.prolificinteractive:material-calendarview:1.4.3

Created on 19 Oct 2018  路  5Comments  路  Source: prolificinteractive/material-calendarview

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.

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

All 5 comments

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'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

broakenmedia picture broakenmedia  路  5Comments

dzafiri picture dzafiri  路  3Comments

ghost picture ghost  路  4Comments

chrismabotuwana picture chrismabotuwana  路  4Comments

yuanliu666 picture yuanliu666  路  4Comments