We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9304b commit 7195ee3Copy full SHA for 7195ee3
README.md
@@ -37,7 +37,7 @@ allprojects {
37
}
38
39
dependencies {
40
- implementation('com.github.ihsanbal:LoggingInterceptor:3.1.0-rc5') {
+ implementation('com.github.ihsanbal:LoggingInterceptor:3.1.0') {
41
exclude group: 'org.json', module: 'json'
42
43
@@ -53,7 +53,7 @@ Maven:
53
<dependency>
54
<groupId>com.github.ihsanbal</groupId>
55
<artifactId>LoggingInterceptor</artifactId>
56
- <version>3.1.0-rc5</version>
+ <version>3.1.0</version>
57
</dependency>
58
```
59
0 commit comments