commit | 0b153157de387f26d1e49b0a167b0e565faa413e | [log] [tgz] |
---|---|---|
author | Philipp Jahoda <phil.jahoda@gmail.com> | Fri Mar 13 22:12:51 2015 +0100 |
committer | Philipp Jahoda <phil.jahoda@gmail.com> | Fri Mar 13 22:12:51 2015 +0100 |
tree | 5b03a15b643cc741fa5b8dccf1a661338a400601 | |
parent | ddf205f57b9c51a603f4f37c5549889ba8086bc8 [diff] |
Update README.md
diff --git a/README.md b/README.md index c20d076..e467d94 100644 --- a/README.md +++ b/README.md
@@ -131,7 +131,7 @@ } dependencies { - compile 'com.github.PhilJay:MPAndroidChart:v2.0.7' + compile 'com.github.PhilJay:MPAndroidChart:v2.0.8' } ``` @@ -146,7 +146,7 @@ <dependency> <groupId>com.github.PhilJay</groupId> <artifactId>MPAndroidChart</artifactId> - <version>v2.0.7</version> + <version>v2.0.8</version> </dependency> ```