-
Notifications
You must be signed in to change notification settings - Fork 456
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
Failed to resolve: com.yuyakaido.android:card-stack-view:2.3.4 #376
Comments
targetSdk = 33 my repositories: repositories { |
I use the improt module to solve this problem for the time being |
Can you show more on the import module cause I dont really understand but I have the same issue with the one you were facing |
In kotlin its } and implementation in the build.gradle that worked for me 👍 |
thanks a lot that worked for me too |
Nice ! its working like this |
Meybe you can try this: #376 (comment) |
it not woks. |
Same for me. Failed to resolve dependency. Did something happen lately? |
Same for me. Could not find com.github.yuyakaido:CardStackView:v2.3.4. |
For anyone else having the same issue, it has changed source:
Finally, make sure to add the following under project's
|
Now it seems to work, thank @MiltosKaripidisPoq I suggest checking the dependencies in the Android studio application setting, the older com.yuyakaido.android:card-stack-view was taken even if the line in the gradle settings was deleted. |
Can not resolve this lib , is it not working?
The text was updated successfully, but these errors were encountered: