diff --git a/README.md b/README.md index 1c1dd08d..c85ba309 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.4' + implementation 'com.google.code.gson:gson:2.8.4' } ```