diff --git a/UserGuide.md b/UserGuide.md index 5644caba..d60effb9 100644 --- a/UserGuide.md +++ b/UserGuide.md @@ -74,7 +74,7 @@ The Gson instance does not maintain any state while invoking Json operations. So ## Using Gson with Gradle/Android ``` dependencies { - compile 'com.google.code.gson:gson:2.8.5' + implementation 'com.google.code.gson:gson:2.8.5' } ``` ## Using Gson with Maven