Skip to content

Commit 3e34192

Browse files
author
ihsanbal
committed
update
1 parent c228fd1 commit 3e34192

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ allprojects {
133133
}
134134
135135
dependencies {
136-
compile('com.github.ihsanbal:LoggingInterceptor:2.0.4') {
136+
compile('com.github.ihsanbal:LoggingInterceptor:2.0.5') {
137137
exclude group: 'org.json', module: 'json'
138138
}
139139
}
@@ -149,7 +149,7 @@ Maven:
149149
<dependency>
150150
<groupId>com.github.ihsanbal</groupId>
151151
<artifactId>LoggingInterceptor</artifactId>
152-
<version>2.0.4</version>
152+
<version>2.0.5</version>
153153
</dependency>
154154
```
155155

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ repositories {
1515

1616
dependencies {
1717
implementation group: 'org.json', name: 'json', version: '20160810'
18-
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version: '3.6.0'
18+
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version: '3.9.1'
1919
}
2020

0 commit comments

Comments
 (0)