From daf04b744d709356584393942eaafa72b71b6f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=A4lz?= Date: Thu, 28 Dec 2017 19:13:30 +0100 Subject: [PATCH] Use implementation keyword and reorder gradle file. #12 --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d46b615..40bcce0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,12 +42,11 @@ dependencies { transitive=true } + implementation "com.androidplot:androidplot-core:1.5.1" testImplementation 'junit:junit:4.12' androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.1', { exclude group: 'com.android.support', module: 'support-annotations' }) - - compile "com.androidplot:androidplot-core:1.5.1" } \ No newline at end of file