Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BeppiMenozzi authored Nov 27, 2016
1 parent 063f657 commit 6c3bfab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ In your Application's or Module's build.gradle file:

dependencies {
...
compile 'com.github.BeppiMenozzi:TriStateToggleButton:1.0.4'
compile 'com.github.BeppiMenozzi:TriStateToggleButton:1.0.5'
...
}

Expand Down Expand Up @@ -89,6 +89,9 @@ To have a two-states toggle button, with an undefined starting value:
Browse the full example here:
<a href="https://github.com/BeppiMenozzi/TriStateToggleButton/tree/master/tristatetogglebutton_sample/src/main">Example</a>

### New in 1.0.5
* Fixed: added super in setEnabled()

### New in 1.0.4
* Fixed: setting a boolean value programmatically sometimes didn't update status

Expand Down

0 comments on commit 6c3bfab

Please sign in to comment.