File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ It is build on top of SwipePlaceHolderView. It provides callbacks for swipe dire
5151``` groovy
5252dependencies {
5353 ...
54- compile 'com.mindorks.android:placeholderview:1.0.1 '
55- annotationProcessor 'com.mindorks.android:placeholderview-compiler:1.0.1 '
54+ compile 'com.mindorks.android:placeholderview:1.0.2 '
55+ annotationProcessor 'com.mindorks.android:placeholderview-compiler:1.0.2 '
5656
5757 // RecyclerView dependency is added to override the
5858 // default 25.4.1 RecyclerView dependency used by placeholderview.
Original file line number Diff line number Diff line change 3535 libBuildToolsVersion = " 27.0.3"
3636 libSupportVersion = ' 25.4.0'
3737 libPublishVersionCode = 21
38- libPublishVersionName = ' 1.0.1 '
38+ libPublishVersionName = ' 1.0.2 '
3939 libPublishGroupName = ' com.mindorks.android'
4040}
Original file line number Diff line number Diff line change 1818-keep @com.mindorks.placeholderview.annotations.Layout public class *
1919-keep @com.mindorks.placeholderview.annotations.Keep public class *
2020-keepclassmembers @com.mindorks.placeholderview.annotations.Layout class ** { *;}
21- -keepclassmembers @com.mindorks.placeholderview.annotations.Keep class ** { *;}
22-
21+ -keepclassmembers @com.mindorks.placeholderview.annotations.Keep class ** { *;}
You can’t perform that action at this time.
0 commit comments