From a0cf1505ca83ad548ee945930d79531d49ca0146 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Sat, 5 May 2018 00:10:41 +0300 Subject: [PATCH] Replacement of "compile" with "implementation" As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4df412c..05be33b 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,6 @@ allprojects { } dependencies { - compile 'com.github.john990:WaveView:v0.9' + implementation 'com.github.john990:WaveView:v0.9' } ````