Skip to content

Commit 5c4950b

Browse files
committed
uprev to 1.5.3
1 parent dcddd7f commit 5c4950b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ext {
2626
theCompileSdkVersion = 26
2727
theTargetSdkVersion = 26
2828
theMinSdkVersion = 5
29-
theVersionName = '1.5.2'
29+
theVersionName = '1.5.3'
3030
theVersionCode = 0
3131
}
3232

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Source code examples of the various plot types.
4242
# XML Attributes
4343
A complete list of XML attributes is [available here](attrs.md).
4444
# Javadoc
45-
The latest Javadocs are [available here](https://circleci.com/api/v1/project/halfhp/androidplot/latest/artifacts/0/$CIRCLE_ARTIFACTS/javadoc/index.html).
45+
The latest Javadocs are [available here](https://javadoc.io/doc/com.androidplot/androidplot-core).
4646

4747
# Release Notes
4848
Full release notes are [available here](release_notes.md)

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.5.2"
17+
compile "com.androidplot:androidplot-core:1.5.3"
1818
}
1919
```
2020

docs/release_notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
For details on what to expect in general when updating to a new version of Androiplot, check out the
33
[versioning doc](versioning.md).
44

5+
# 1.5.3
6+
7+
* Minor cleanup of Widget example source.
8+
* (#67) Fixes Javadoc link
9+
510
# 1.5.2
11+
612
_This version is pickier than it's predecessors about proper XML configuration. Where
713
previous versions would silently ignore illegal XML attrs, a `RuntimeException` will be thrown._
814
* Added [sizing documentation](plot_composition.md#sizing-widgets)
@@ -11,6 +17,7 @@ previous versions would silently ignore illegal XML attrs, a `RuntimeException`
1117
* Fixed (#63) Fixed compatibility issue with Gradle 3.x.x that caused issues with XML parsing.
1218

1319
# 1.5.1
20+
1421
* (#52) Fixed minor NPE issue
1522
* (#55) Fixed bug with `PieRenderer.getContainingSegment` not working for very large segments.
1623

0 commit comments

Comments
 (0)