-
Notifications
You must be signed in to change notification settings - Fork 451
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
Library not working on targetSdk 34 #375
Comments
Try changing the implementation on the build gradle from this "com.yuyakaido.android:card-stack-view:2.3.4" to this "com.github.yuyakaido:CardStackView:v2.3.4" |
Did it work?? |
Thank you for your suggestions, before your previous reply, I copied your codes and created a package to use that CardStackView. The problem was in the implementation which you suggested to change the code, so I will check it and will let you know. |
@Gerizard not working |
@Gerizard please help here |
have you tried to change package name of this library? |
not work |
Its weird because its was working for me (currently not using it) |
@ubedthaheem @Gerizard Thanks for the response. It was working fine after few tweaks |
FYI: If it does not work, I have made a fork. I have updated gradle and the dependencies. Furthermore, I translated the code to Kotlin. |
Since many days, I was searching a library where cards will be swiped like Tinder, I found a video on YouTube & this library was used in that video.
I am using this library in my project which is being compiled on SDK 34, where this library is not working.
Error says:
Could not find com.yuyakaido.android:card-stack-view:2.3.4. Required by: project :app
The text was updated successfully, but these errors were encountered: