From 336f4fa429b3845e379ab1027604442f21029830 Mon Sep 17 00:00:00 2001 From: Aditya Anand <13274079+AdityaAnand1@users.noreply.github.com> Date: Sat, 24 Feb 2018 10:50:58 +0530 Subject: [PATCH] Update 'compile' to 'implementation' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0db5f5..d5f7a35 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ repositories { } dependencies { - compile 'com.github.adrielcafe:AndroidAudioRecorder:0.3.0' + implementation 'com.github.adrielcafe:AndroidAudioRecorder:0.3.0' } ```