We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab3db8 commit 44f62b6Copy full SHA for 44f62b6
README.md
@@ -1,4 +1,7 @@
1
# CardSlideView
2
+
3
+[ ](https://github.com/crazysunj/CardSlideView/releases)
4
5
一行代码实现ViewPager卡片效果,支持无限循环,支持正常与卡片之间的切换
6
7
想实现轮播效果的同学,可以参考[CrazyDaily](https://github.com/crazysunj/CrazyDaily "https://github.com/crazysunj/CrazyDaily")开源项目首页实现。
@@ -68,7 +71,7 @@ public class A {
68
71
## gradle依赖
69
72
70
73
```
-implementation 'com.crazysunj:cardslideview:1.3.0'
74
+implementation 'com.crazysunj:cardslideview:1.3.1'
75
同时还需要依赖自己的v4包和cardview包
76
77
0 commit comments