From 28b3b8d07bc6a0a577e0d2d7248bf07b364ee25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Thu, 3 May 2018 23:57:39 +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 57195b4..0a23587 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Download Current version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.timehop.stickyheadersrecyclerview/library/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.timehop.stickyheadersrecyclerview/library) - compile 'com.timehop.stickyheadersrecyclerview:library:[latest.version.number]@aar' + implementation 'com.timehop.stickyheadersrecyclerview:library:[latest.version.number]@aar' Usage