Skip to content

Commit e95d50a

Browse files
committed
Release 0.1.5
1 parent 87c04cd commit e95d50a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download
1111
--------
1212

1313
```groovy
14-
compile 'com.github.ivbaranov:materialfavoritebutton:0.1.4'
14+
compile 'com.github.ivbaranov:materialfavoritebutton:0.1.5'
1515
```
1616

1717

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

8585
```java
86-
favoriteButton.setFavorite(isFavorite(data.get(position)), false);
86+
favoriteButton.setFavorite(isFavorite(data.get(position)));
8787
```
8888

8989

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# suppress inspection "UnusedProperty" for whole file
22

33
# Current library version
4-
VERSION_NAME=0.1.4
4+
VERSION_NAME=0.1.5
55

66
# Dependency versions (library)
77
SUPPORT_LIBRARY_VERSION=28.0.0-rc01

0 commit comments

Comments
 (0)