Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
IvBaranov committed Sep 3, 2018
1 parent 87c04cd commit e95d50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Download
--------

```groovy
compile 'com.github.ivbaranov:materialfavoritebutton:0.1.4'
compile 'com.github.ivbaranov:materialfavoritebutton:0.1.5'
```


Expand Down Expand Up @@ -83,7 +83,7 @@ favorite.setOnFavoriteAnimationEndListener(
To avoid triggering animation while re-rendering item view make sure you set favorite button state in `onBindViewHolder` without animation:

```java
favoriteButton.setFavorite(isFavorite(data.get(position)), false);
favoriteButton.setFavorite(isFavorite(data.get(position)));
```


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file

# Current library version
VERSION_NAME=0.1.4
VERSION_NAME=0.1.5

# Dependency versions (library)
SUPPORT_LIBRARY_VERSION=28.0.0-rc01
Expand Down

0 comments on commit e95d50a

Please sign in to comment.