Skip to content

Commit e3bf746

Browse files
committed
Version 1.0.2
1 parent b0f269b commit e3bf746

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ It is build on top of SwipePlaceHolderView. It provides callbacks for swipe dire
5151
```groovy
5252
dependencies {
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.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ ext {
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
}

placeholderview/proguard-rules.pro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
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 ** { *;}

0 commit comments

Comments
 (0)