From bf8f2ab193dfae06f49722355e0bce915786e0cf Mon Sep 17 00:00:00 2001 From: kv Date: Thu, 7 Jul 2022 20:01:08 +0900 Subject: [PATCH] Update README.md Change the Gradle dependency in README.md to be more consistent with Guava --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c5b550e5..a25a6d736f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ There are a few open-source projects that can convert Java objects to JSON. Howe Gradle: ```gradle dependencies { - implementation 'com.google.code.gson:gson:2.9.0' + implementation("com.google.code.gson:gson:2.9.0") } ```