Skip to content

Commit

Permalink
Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janishar committed Apr 3, 2018
1 parent b0f269b commit e3bf746
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ It is build on top of SwipePlaceHolderView. It provides callbacks for swipe dire
```groovy
dependencies {
...
compile 'com.mindorks.android:placeholderview:1.0.1'
annotationProcessor 'com.mindorks.android:placeholderview-compiler:1.0.1'
compile 'com.mindorks.android:placeholderview:1.0.2'
annotationProcessor 'com.mindorks.android:placeholderview-compiler:1.0.2'
// RecyclerView dependency is added to override the
// default 25.4.1 RecyclerView dependency used by placeholderview.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ ext {
libBuildToolsVersion = "27.0.3"
libSupportVersion = '25.4.0'
libPublishVersionCode = 21
libPublishVersionName = '1.0.1'
libPublishVersionName = '1.0.2'
libPublishGroupName = 'com.mindorks.android'
}
3 changes: 1 addition & 2 deletions placeholderview/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
-keep @com.mindorks.placeholderview.annotations.Layout public class *
-keep @com.mindorks.placeholderview.annotations.Keep public class *
-keepclassmembers @com.mindorks.placeholderview.annotations.Layout class ** { *;}
-keepclassmembers @com.mindorks.placeholderview.annotations.Keep class ** { *;}

-keepclassmembers @com.mindorks.placeholderview.annotations.Keep class ** { *;}

0 comments on commit e3bf746

Please sign in to comment.