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 ```