We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab06d3 commit 658d3c0Copy full SHA for 658d3c0
README.md
@@ -13,7 +13,7 @@ Note: WilliamChart v3 has been completely re-written from scratch in Kotlin and
13
### Gradle
14
15
``` groovy
16
-implementation 'com.diogobernardino:williamchart:3.4.1'
+implementation 'com.diogobernardino:williamchart:3.5.0'
17
```
18
19
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,7 +1,7 @@
1
buildscript {
2
3
ext {
4
- williamchartVersion = "3.4.1"
+ williamchartVersion = "3.5.0"
5
}
6
7
repositories {
0 commit comments