We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d0148 commit 7cfa150Copy full SHA for 7cfa150
README.md
@@ -51,8 +51,8 @@ It is build on top of SwipePlaceHolderView. It provides callbacks for swipe dire
51
```groovy
52
dependencies {
53
...
54
- compile 'com.mindorks.android:placeholderview:1.0.0'
55
- annotationProcessor 'com.mindorks.android:placeholderview-compiler:1.0.0'
+ compile 'com.mindorks.android:placeholderview:1.0.1'
+ annotationProcessor 'com.mindorks.android:placeholderview-compiler:1.0.1'
56
57
// RecyclerView dependency is added to override the
58
// default 25.4.1 RecyclerView dependency used by placeholderview.
0 commit comments