We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3c217 commit cd7cbb8Copy full SHA for cd7cbb8
docs/quickstart.md
@@ -14,7 +14,7 @@ To use the library in your gradle project add the following to your build.gradle
14
15
```groovy
16
dependencies {
17
- compile "com.androidplot:androidplot-core:1.4.0"
+ compile "com.androidplot:androidplot-core:1.4.1"
18
}
19
```
20
docs/release_notes.md
@@ -2,6 +2,10 @@
2
For details on what to expect in general when updating to a new version of Androiplot, check out the
3
[versioning doc](versioning.md).
4
5
+# 1.4.1
6
+* (#26) Fixed an NPE issue when drawing null values with a PointLabeler.
7
+* Fixed a broken link in Quickstart doc.
8
+
9
# 1.4.0
10
11
* Moderate refactor of `PieRenderer`. [Documentation](piechart.md) has been updated to reflect these changes.
0 commit comments