From 0ec153f9d837e17be8417e335786b43027985c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:16:33 +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 54e9f5c..476df0e 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ N.B. Your activity must extends ActionBarActivity implements MaterialTabLi Add this to your build.gradle: ```java dependencies { - compile 'it.neokree:MaterialTabs:0.11' + implementation 'it.neokree:MaterialTabs:0.11' } ```