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

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

Open ABr751 opened this issue 4 years ago • 3 comments

ABr751 avatar Jun 12 '20 06:06 ABr751

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

in your build.gradle (project)

jcbremond avatar Jul 06 '20 10:07 jcbremond

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

shahzad1 avatar Jul 09 '20 06:07 shahzad1