From b91193c476ee1b177e3a71ef289ee3167a407c4b Mon Sep 17 00:00:00 2001 From: ihsanbal Date: Fri, 6 Mar 2020 00:56:15 -0500 Subject: [PATCH] readme.md update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 338420fdc..3fc590802 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ allprojects { } dependencies { - implementation('com.github.ihsanbal:LoggingInterceptor:3.1.0-rc3') { + implementation('com.github.ihsanbal:LoggingInterceptor:3.1.0-rc4') { exclude group: 'org.json', module: 'json' } } @@ -53,7 +53,7 @@ Maven: com.github.ihsanbal LoggingInterceptor - 3.1.0-rc3 + 3.1.0-rc4 ```