From cb9c3665a419a8d0148fa246504fed7fe593a41c Mon Sep 17 00:00:00 2001 From: Chintan Rathod <4371780+ChintanRathod@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:46:58 +0530 Subject: [PATCH] Implementation Replacement Replaced compile with implementation as it is deprecated in 2018. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afd77eb..4e96d87 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ In your app level build.gradle : ```java dependencies { - compile 'com.jaychang:simpletext:2.0.1' + implementation 'com.jaychang:simpletext:2.0.1' } ``` [![Download](https://api.bintray.com/packages/jaychang0917/maven/simpletext/images/download.svg) ](https://bintray.com/jaychang0917/maven/simpletext/_latestVersion)