yuyakaido / CardStackView

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

Issue when remove jcenter #357

Open vandit067 opened 2 years ago

vandit067 commented 2 years ago

Hey i am facing this error when i remove jcenter from my code

Could not resolve com.yuyakaido.android:card-stack-view:2.3.4. Required by: project :app

Could not resolve com.yuyakaido.android:card-stack-view:2.3.4. Could not get resource 'http://dl.bintray.com/amulyakhare/maven/com/yuyakaido/android/card-stack-view/2.3.4/card-stack-view-2.3.4.pom'. Could not HEAD 'http://dl.bintray.com/amulyakhare/maven/com/yuyakaido/android/card-stack-view/2.3.4/card-stack-view-2.3.4.pom'. Received status code 502 from server: Bad Gateway

xzyang123 commented 2 years ago

check issue 350. I have the same issue and solved with the solution posted in #350