aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Jahoda <phil.jahoda@gmail.com>2017-11-29 16:07:13 +0100
committerPhilipp Jahoda <phil.jahoda@gmail.com>2017-11-29 16:07:13 +0100
commit41aff3f13d34a465c867d01e79cdcb1af7a36764 (patch)
tree0e9c0ab589770f9b325cae58a6e31a75ebb69585
parent5e97f561f79a487b1a0813fa2a24f720644646f0 (diff)
parent47485f8364e3520b73b4cf60de1e5c2683a84e51 (diff)
downloadMPAndroidChart-41aff3f13d34a465c867d01e79cdcb1af7a36764.tar.gz
Merge
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index e257daa0..50b1947b 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ If you are having questions or problems, you should:
- **Review your code**. Make absolutely sure that everything is correct on your side.
- Make sure you are using the **latest version** of the library. Check the [**release-section**](https://github.com/PhilJay/MPAndroidChart/releases).
- - Study the [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.2/javadoc/)
+ - Study the [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.3/javadoc/)
- Search or open questions on [**stackoverflow**](https://stackoverflow.com/search?q=mpandroidchart) with the `mpandroidchart` tag
- Search [**known issues**](https://github.com/PhilJay/MPAndroidChart/issues) for your problem (open and closed)
- Create new issues (please :fire: **search known issues before** :fire:, do not create duplicate issues)
@@ -115,7 +115,7 @@ allprojects {
```gradle
dependencies {
- compile 'com.github.PhilJay:MPAndroidChart:v3.0.2'
+ compile 'com.github.PhilJay:MPAndroidChart:v3.0.3'
}
```
@@ -134,7 +134,7 @@ dependencies {
<dependency>
<groupId>com.github.PhilJay</groupId>
<artifactId>MPAndroidChart</artifactId>
- <version>v3.0.2</version>
+ <version>v3.0.3</version>
</dependency>
```
@@ -154,7 +154,7 @@ dependencies {
Documentation
-----
-For a **detailed documentation** :notebook_with_decorative_cover:, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.2/javadoc/).
+For a **detailed documentation** :notebook_with_decorative_cover:, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v3.0.3/javadoc/).
Furthermore, you can also rely on the [**MPChartExample**](https://github.com/PhilJay/MPAndroidChart/tree/master/MPChartExample) folder and check out the example code in that project. The corresponding application to the example project is also [**available in the Google PlayStore**](https://play.google.com/store/apps/details?id=com.xxmassdeveloper.mpchartexample).