Skip to content

Commit 0c97941

Browse files
committed
Update README.md
1 parent af0c5ac commit 0c97941

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Questions & Issues
5757
If you are having questions or problems, you should:
5858

5959
- Make sure you are using the latest version of the library. Check the [**release-section**](https://github.com/PhilJay/MPAndroidChart/releases).
60-
- Study the [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v2.1.5/javadoc/)
60+
- Study the [**Documentation-Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v2.1.6/javadoc/)
6161
- Search or open questions on [**stackoverflow**](https://stackoverflow.com/search?q=mpandroidchart) with the `mpandroidchart` tag
6262
- Search [**known issues**](https://github.com/PhilJay/MPAndroidChart/issues) for your problem (open and closed)
6363
- Create new issues (please **search known issues before**, do not create duplicate issues)
@@ -145,7 +145,7 @@ repositories {
145145
}
146146
147147
dependencies {
148-
compile 'com.github.PhilJay:MPAndroidChart:v2.1.5'
148+
compile 'com.github.PhilJay:MPAndroidChart:v2.1.6'
149149
}
150150
```
151151

@@ -160,7 +160,7 @@ dependencies {
160160
<dependency>
161161
<groupId>com.github.PhilJay</groupId>
162162
<artifactId>MPAndroidChart</artifactId>
163-
<version>v2.1.5</version>
163+
<version>v2.1.6</version>
164164
</dependency>
165165
```
166166

@@ -180,7 +180,7 @@ dependencies {
180180

181181
Documentation
182182
=======
183-
For a **detailed documentation**, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v2.1.5/javadoc/).
183+
For a **detailed documentation**, please have a look at the [**Wiki**](https://github.com/PhilJay/MPAndroidChart/wiki) or the [javadocs](https://jitpack.io/com/github/PhilJay/MPAndroidChart/v2.1.6/javadoc/).
184184

185185
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).
186186

0 commit comments

Comments
 (0)