Skip to content

Commit a3c4ca3

Browse files
committed
uprev to 1.4.4
1 parent 95ca00e commit a3c4ca3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
theCompileSdkVersion = 25
2828
theTargetSdkVersion = 25
2929
theMinSdkVersion = 5
30-
theVersionName = '1.4.3'
30+
theVersionName = '1.4.4'
3131
theVersionCode = 0
3232
}
3333

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use the library in your gradle project add the following to your build.gradle
1414

1515
```groovy
1616
dependencies {
17-
compile "com.androidplot:androidplot-core:1.4.2"
17+
compile "com.androidplot:androidplot-core:1.4.3"
1818
}
1919
```
2020

docs/release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For details on what to expect in general when updating to a new version of Andro
44

55
# 1.4.3
66
* (#39) `FastLineAndPointRenderer` now renders vertices for legend items.
7-
* Added [XML Attrs reference doc](attrs.md). (Incomplete)
7+
* Added [XML Attrs reference doc](attrs.md).
88

99
# 1.4.2
1010
* (#32) New step mode: `INCREMENT_BY_FIT`.

0 commit comments

Comments
 (0)