Skip to content

Commit a731d75

Browse files
committed
updated documentation for 1.2.1
1 parent 898c334 commit a731d75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

docs/release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.2.0
1+
# 1.2.1
22

33
### Pie Chart Enhancements
44
Pie chart has been updated with new methods and format attributes to improve segment
@@ -15,6 +15,7 @@ See the [pie chart documentation](piechart.md) for usage details.
1515
* Added FastLineAndPointRenderer, updated OrientationSensorExampleActivity to use it.
1616
* Updated to target SDK 24, removed sdkmanager dependency, and other misc. updates to project deps etc.
1717
* Lots of additions and updates to documentation
18+
* Added CircleCI support
1819

1920
# 1.1.0
2021

0 commit comments

Comments
 (0)