Skip to content

Commit 4da0d72

Browse files
author
Kaushik Gopal
committed
chore: upgrade to retrofit 2.beta 3 + okhttp 3.0.1 while we're at it
1 parent e42ee1e commit 4da0d72

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies {
1212

1313
compile 'com.jakewharton:butterknife:7.0.1'
1414
compile 'com.jakewharton.timber:timber:2.4.2'
15-
compile 'com.squareup.retrofit:retrofit:2.0.0-beta1'
16-
compile 'com.squareup.retrofit:adapter-rxjava:2.0.0-beta1'
17-
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta1'
18-
compile 'com.squareup.okhttp:okhttp:2.0.0'
19-
compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
15+
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta3'
16+
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.0-beta3'
17+
compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta3'
18+
compile 'com.squareup.okhttp3:okhttp:3.0.1'
19+
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.0.1'
2020

2121
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3'
2222
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3'

0 commit comments

Comments
 (0)