Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and drop not available in latest release #299

Open
eliomaroun opened this issue Mar 23, 2023 · 1 comment
Open

Drag and drop not available in latest release #299

eliomaroun opened this issue Mar 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@eliomaroun
Copy link

eliomaroun commented Mar 23, 2023

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 eliomaroun added the bug Something isn't working label Mar 23, 2023
@DuarteBarbosaPT
Copy link

DuarteBarbosaPT commented Jul 22, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants