Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanaskin authored Nov 6, 2020
1 parent 1c4a93c commit 87a8520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
Step 2. Add the dependency
```gradle
dependencies {
implementation 'com.github.furkanaskin:ClickablePieChart:1.0.7'
implementation 'com.github.furkanaskin:ClickablePieChart:1.0.8'
}
```

Expand Down Expand Up @@ -51,6 +51,7 @@ Or use with custom legend adapter by inheriting from LegendAdapter
```kotlin
chart.showLegend(legendLayout, CustomLegendAdapter())
```
Sample Custom Adapter can be found [here](https://github.com/furkanaskin/ClickablePieChart/blob/master/app/src/main/java/com/faskn/clickablepiechart/CustomLegendAdapter.kt)

## XML Attributes
<table>
Expand Down

0 comments on commit 87a8520

Please sign in to comment.