Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsanbal committed May 3, 2020
1 parent ca9304b commit 7195ee3
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-rc5') {
implementation('com.github.ihsanbal:LoggingInterceptor:3.1.0') {
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-rc5</version>
<version>3.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 7195ee3

Please sign in to comment.