After updating my project with mavenCentral() i got error like below can you suggest me faster that how can i merge
Could not determine the dependencies of task ':app:compileDevDebugKotlin'.
> Could not resolve all files for configuration ':app:devDebugRuntimeClasspath'.
> Could not find com.applandeo:material-calendar-view:1.9.0-rc03.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/applandeo/material-calendar-view/1.9.0-rc03/material-calendar-view-1.9.0-rc03.pom
- https://repo.maven.apache.org/maven2/com/applandeo/material-calendar-view/1.9.0-rc03/material-calendar-view-1.9.0-rc03.pom
- file:/Users/openxcell/.m2/repository/com/applandeo/material-calendar-view/1.9.0-rc03/material-calendar-view-1.9.0-rc03.pom
- https://jitpack.io/com/applandeo/material-calendar-view/1.9.0-rc03/material-calendar-view-1.9.0-rc03.pom
Required by:
project :app
After updating my project with mavenCentral() i got error like below can you suggest me faster that how can i merge