Skip to content

Commit 0c3e28b

Browse files
author
Daniel Rees
authored
Downgrade okhttp to 3.12.2 (#47)
1 parent d87173d commit 0c3e28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
dependencies {
2121
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
2222
compile "com.google.code.gson:gson:2.8.5"
23-
compile "com.squareup.okhttp3:okhttp:3.14.1"
23+
compile "com.squareup.okhttp3:okhttp:3.12.2"
2424

2525

2626
testCompile group: 'junit', name: 'junit', version: '4.12'

0 commit comments

Comments
 (0)