Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ABr751 opened this issue Jun 12, 2020 · 3 comments
Open

Comments

@ABr751
Copy link

ABr751 commented Jun 12, 2020

No description provided.

@jcbremond
Copy link

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

in your build.gradle (project)

@shahzad1
Copy link

shahzad1 commented Jul 9, 2020

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
Copy link

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

  • Move from JCenter to Jitpack.io
  • Migrate do Androidx libraries
  • Drop jetifier support
  • Update dependencies and libraries
  • Update configurations
  • Kotlin compatibility

Check it out, I hope with helps you someway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants