Android-Week-View icon indicating copy to clipboard operation
Android-Week-View copied to clipboard

Drag and drop not available in latest release

Open eliomaroun opened this issue 1 year ago • 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

eliomaroun avatar Mar 23 '23 09:03 eliomaroun

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

duartebarbosadev avatar Jul 22 '23 19:07 duartebarbosadev