From 2a2e297a85a3ed19793677ecf27eada72ab38d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:58:04 +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 89074e2..5fa382f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Tree view implementation for android **1)** Add library as a dependency to your project -```compile 'com.github.bmelnychuk:atv:1.2.+'``` +```implementation 'com.github.bmelnychuk:atv:1.2.+'``` **2)** Create your tree starting from root element. ```TreeNode.root()``` element will not be displayed so it doesn't require anything to be set. ```java