kizitonwose / Calendar

A highly customizable calendar view and compose library for Android and Kotlin Multiplatform.
MIT License
4.78k stars 508 forks source link

Maven Repository - Binary for 0.3.2 not available #555

Closed gea-rshin closed 5 months ago

gea-rshin commented 5 months ago

Library information:

Describe the bug**

A clear and concise description of what the bug is.

To Reproduce (if applicable)

Steps to reproduce the behavior:

  1. Add library via implementation 'com.github.kizitonwose:CalendarView:0.3.2' in app's build.gradle file
  2. App does not build

Expected behavior (if applicable)

Screenshots? (if applicable)

image

Additional information

Was this library recently released to Maven Central? Did this perhaps break the Maven coordinates for the binaries of specific versions of the library?

kizitonwose commented 5 months ago

The library was published to maven central from version 2.0.0. Earlier versions were published to jitpack so you have to add the jitpack maven repository.

maven { url "https://jitpack.io" }
gea-rshin commented 5 months ago

Thank you for the response! Especially so quickly.

That makes sense, I do have jitpack already included in my project, but I am currently getting the following build error. Could not find com.github.kizitonwose:CalendarView:0.3.2

Perhaps it is my local cache. I'll try again and update results here Perhaps it is a temporary Jitpack issue

Thanks again for the help 😃

gea-rshin commented 5 months ago

@kizitonwose , thanks again for the support but it looks like the AAR file for 0.3.2 can't be found on Jitpack

image

kizitonwose commented 5 months ago

Not sure why that version is missing in JitPack, however, I see that 0.3.4 is available. Do you mind using that instead? There should be no code changes required.

gea-rshin commented 5 months ago

Yeap, sounds good Thanks again 👍