yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.34k stars 443 forks source link

Library not working on targetSdk 34 #375

Open ubedthaheem opened 11 months ago

ubedthaheem commented 11 months ago

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 commented 10 months ago

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 commented 10 months ago

Did it work??

ubedthaheem commented 10 months ago

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 commented 9 months ago

@Gerizard not working

akshat-sahijpal commented 9 months ago

@Gerizard please help here

ubedthaheem commented 9 months ago

@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 commented 8 months ago

com.github.yuyakaido:CardStackView:v2.3.4

not work

PMARZV commented 8 months ago

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

akshat-sahijpal commented 8 months ago

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