thellmund/Android-Week-View

Drag and drop not available in latest release

eliomaroun opened this issue · 1 comments

I am using weekview in jetpack compose. While implementing the adapter WeekViewPagingAdapterJsr310. I am not finding the drag and drop method to override it, although in the documentation it is available. Any idea why I am facing this issue
I am using WeekView version 5.3.2
and Android 13

  • Android version:13
  • WeekView version: 5.3.2

Temporary fix

Change your implementations to:

implementation 'com.github.thellmund.Android-Week-View:core:6302f15274'
implementation 'com.github.thellmund.Android-Week-View:jsr310:6302f15274'
implementation 'com.github.thellmund.Android-Week-View:emoji:6302f15274'

Basically instead of 5.3.2 at the end of implementation change to '6302f15274'

I got this from:
https://jitpack.io/#thellmund/Android-Week-View/5.3.2