Skip to content

Commit

Permalink
update: readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsanbal committed Aug 17, 2017
1 parent abb522e commit d30e04b
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 @@ -130,7 +130,7 @@ allprojects {
}
dependencies {
compile('com.github.ihsanbal:LoggingInterceptor:2.0.1') {
compile('com.github.ihsanbal:LoggingInterceptor:2.0.2') {
exclude group: 'org.json', module: 'json'
}
}
Expand All @@ -146,7 +146,7 @@ Maven:
<dependency>
<groupId>com.github.ihsanbal</groupId>
<artifactId>LoggingInterceptor</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

Expand Down

0 comments on commit d30e04b

Please sign in to comment.