From 8c8c5fac6d782569ec17ad59163052d2d70cbec2 Mon Sep 17 00:00:00 2001 From: nimrodfmc Date: Wed, 20 Feb 2019 16:22:08 +0100 Subject: [PATCH] Actualisation API --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index fa8e39b..0c311ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,5 +31,5 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' implementation 'com.android.support:gridlayout-v7:28.0.0' - compile 'com.github.PhilJay:MPAndroidChart:v3.0.1' + implementation 'com.github.PhilJay:MPAndroidChart:v3.0.1' }