We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eca41f commit d94bf5bCopy full SHA for d94bf5b
1 file changed
README.md
@@ -142,7 +142,7 @@ repositories {
142
}
143
144
dependencies {
145
- compile 'com.github.PhilJay:MPAndroidChart:v2.0.9'
+ compile 'com.github.PhilJay:MPAndroidChart:v2.1.0'
146
147
```
148
@@ -157,7 +157,7 @@ dependencies {
157
<dependency>
158
<groupId>com.github.PhilJay</groupId>
159
<artifactId>MPAndroidChart</artifactId>
160
- <version>v2.0.9</version>
+ <version>v2.1.0</version>
161
</dependency>
162
163
0 commit comments