Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 2bdbfd0

Browse files
author
lsxiao
committed
support RxJava2
1 parent eb81c36 commit 2bdbfd0

18 files changed

Lines changed: 322 additions & 257 deletions

File tree

apollo/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ targetCompatibility = 1.7
66

77
dependencies {
88
compile fileTree(include: ['*.jar'], dir: 'libs')
9-
compile 'io.reactivex:rxjava:1.1.8'
9+
10+
def libs = parent.ext.libs;
11+
compile libs.rxjava2
1012
}

0 commit comments

Comments
 (0)