thellmund / Android-Week-View

Display highly customizable calendar views in your Android app
Apache License 2.0
188 stars 97 forks source link

Drag and drop not available in latest release #299

Open eliomaroun opened 1 year ago

eliomaroun commented 1 year ago

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

DuarteBarbosaPT commented 1 year ago

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