Skip to content

Commit dad180e

Browse files
committed
Merge master
2 parents 269ae4c + 0c97941 commit dad180e

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

MPChartExample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.xxmassdeveloper.mpchartexample"
4-
android:versionCode="45"
5-
android:versionName="2.1.5" >
4+
android:versionCode="46"
5+
android:versionName="2.1.6" >
66

77
<uses-sdk
88
android:minSdkVersion="8"

MPChartExample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
defaultConfig {
77
minSdkVersion 8
88
targetSdkVersion 23
9-
versionCode 45
10-
versionName '2.1.5'
9+
versionCode 46
10+
versionName '2.1.6'
1111

1212
sourceSets {
1313
main {

README.md

Lines changed: 4 additions & 4 deletions
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)