Skip to content
Next Next commit
New publish version
  • Loading branch information
parminder93 committed Aug 29, 2018
commit 4db6fa0dcc60caec4f6043f56c968b12636fc5d9
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The library is a custom Switch widget inspired by this [dribbble shot](https://d
## Gradle
Add this into your dependencies block.
```
compile 'com.polyak:icon-switch:1.0.0'
compile 'com.polyak:icon-switch:1.0.1'
```
## Sample
Please see the [sample app](sample/src/main) for a library usage example.
Expand Down Expand Up @@ -41,6 +41,7 @@ To control the current state or get information about it, use:
iconSwitch.setChecked();
iconSwitch.getChecked();
iconSwitch.toggle();
iconSwitch.setEnabled();
```

#### Color
Expand Down