From 05d593c6e82ea7d1baba22c4c44ad7f974364a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20=C3=87ebi?= Date: Tue, 24 Apr 2018 03:01:08 +0300 Subject: [PATCH] Implementation Replacement Replaced compile with implementation as it will be deprecated end 2018. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7541bed..13590da8 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ Ion.with(getContext()) ##### Gradle ```groovy dependencies { - compile 'com.koushikdutta.ion:ion:2.+' + implementation 'com.koushikdutta.ion:ion:2.+' } ````