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

Library not working on targetSdk 34 #375

Open
ubedthaheem opened this issue Aug 23, 2023 · 10 comments
Open

Library not working on targetSdk 34 #375

ubedthaheem opened this issue Aug 23, 2023 · 10 comments

Comments

@ubedthaheem
Copy link

ubedthaheem commented Aug 23, 2023

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

@PMARZV
Copy link

PMARZV commented Aug 25, 2023

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"

@PMARZV
Copy link

PMARZV commented Sep 6, 2023

Did it work??

@ubedthaheem
Copy link
Author

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.

@akshat-sahijpal
Copy link

@Gerizard not working

@akshat-sahijpal
Copy link

@Gerizard please help here

@ubedthaheem
Copy link
Author

@Gerizard please help here

have you tried to change package name of this library?
use this package name to implement library.
com.github.yuyakaido:CardStackView:v2.3.4

@yuqiaodan
Copy link

com.github.yuyakaido:CardStackView:v2.3.4

not work

@PMARZV
Copy link

PMARZV commented Nov 14, 2023

Its weird because its was working for me (currently not using it)

@akshat-sahijpal
Copy link

@ubedthaheem @Gerizard Thanks for the response. It was working fine after few tweaks

@jens-muenker
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@ubedthaheem @jens-muenker @yuqiaodan @akshat-sahijpal @PMARZV and others