From aa0fcb031625e03ee1cc53e08dd519bfd15be24a Mon Sep 17 00:00:00 2001 From: Gyuri Grell Date: Tue, 12 Jun 2018 09:21:07 -0400 Subject: [PATCH] Updated dependency versions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41bb1cb4..ec993453 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The base library is the `java-sdk` artifact. If you use RxJava there are two art #### Gradle - Release ```groovy -compile 'com.constantcontact:java-sdk:5.1.8' +compile 'com.constantcontact:java-sdk:5.2.2' ``` #### Gradle - Snapshot ```groovy @@ -70,7 +70,7 @@ compile 'com.constantcontact:java-sdk:X.X.X-SNAPSHOT' com.constantcontact java-sdk - 5.1.8 + 5.2.2 ```