Skip to content

Commit 69080a3

Browse files
Release 3.9.0.
1 parent da43cb7 commit 69080a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and
1414

1515
``` groovy
1616
// Charts
17-
implementation 'com.diogobernardino:williamchart:3.8.1'
17+
implementation 'com.diogobernardino:williamchart:3.9.0'
1818
1919
// Tooltips
20-
implementation 'com.diogobernardino.williamchart:tooltip-slider:3.8.1'
21-
implementation 'com.diogobernardino.williamchart:tooltip-points:3.8.1'
20+
implementation 'com.diogobernardino.williamchart:tooltip-slider:3.9.0'
21+
implementation 'com.diogobernardino.williamchart:tooltip-points:3.9.0'
2222
```
2323

2424
If you find this library useful and decide to use it in your projects please drop me a line [@dfbernardino][1], I will be happy to know about it.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22

33
ext {
4-
williamchartVersion = "3.8.1"
4+
williamchartVersion = "3.9.0"
55
targetSdkVersion = 30
66
minSdkVersion = 16
77
kotlinVersion = "1.4.10"

0 commit comments

Comments
 (0)