Skip to content

Commit

Permalink
readme.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsanbal committed Mar 6, 2020
1 parent 169668f commit b91193c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand All @@ -53,7 +53,7 @@ Maven:
<dependency>
<groupId>com.github.ihsanbal</groupId>
<artifactId>LoggingInterceptor</artifactId>
<version>3.1.0-rc3</version>
<version>3.1.0-rc4</version>
</dependency>
```

Expand Down

0 comments on commit b91193c

Please sign in to comment.