X Tutup
Skip to content

Commit 23f0720

Browse files
author
Kaushik Gopal
committed
chore:upgrade okhttp to 2
1 parent 6e8c367 commit 23f0720

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ dependencies {
88
compile 'com.jakewharton:butterknife:5.1.1'
99
compile 'com.jakewharton.timber:timber:2.2.2'
1010
compile 'com.netflix.rxjava:rxjava-android:0.17.+'
11-
compile 'com.squareup.okhttp:okhttp:1.6.+'
12-
compile 'com.squareup.okhttp:okhttp-urlconnection:1.6.+'
13-
compile 'com.squareup.retrofit:retrofit:1.5.+'
11+
12+
compile 'com.squareup.retrofit:retrofit:1.6.+'
13+
compile 'com.squareup.okhttp:okhttp:2.0.+'
14+
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.+'
1415

1516
}
1617

0 commit comments

Comments
 (0)
X Tutup