Skip to content

Commit 8e197da

Browse files
committed
Replaced RxJava1 retrofit adapter with the RxJava2 version
1 parent ae5ce9f commit 8e197da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
compile 'io.reactivex:rxjava-math:1.0.0'
5555
compile 'com.jakewharton.rxrelay:rxrelay:1.2.0'
5656
compile 'com.jakewharton.rxbinding:rxbinding:0.2.0'
57-
compile "com.squareup.retrofit2:adapter-rxjava:${retrofitVersion}"
57+
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
5858

5959

6060
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3'

0 commit comments

Comments
 (0)