From 834411e0de9c9dc865248a44ab03533ae43c39a2 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Sat, 11 Mar 2017 16:15:55 -0600 Subject: [PATCH] Updates the MPAndroidPlot depsndency to a newer version. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0deb1f..461a9f9 100755 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ android { compile 'commons-codec:commons-codec:1.10' compile 'org.apache.commons:commons-lang3:3.4' compile 'com.fasterxml.jackson.core:jackson-core:2.7.3' - compile 'com.github.philjay:mpandroidchart:v3.0.0' + compile 'com.github.philjay:mpandroidchart:v3.0.1' } buildTypes {