From bff1027df2aa0374ee92d212b087f6c8672fb19e Mon Sep 17 00:00:00 2001 From: greatjack1 Date: Tue, 3 Apr 2018 15:19:04 -0400 Subject: [PATCH] updated README to use implementation instead of compile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8733722a1a..7627844715 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe * To use Gson in Android ```gradle dependencies { - compile 'com.google.code.gson:gson:2.8.2' + implementation 'com.google.code.gson:gson:2.8.2' } ```