Skip to content

Commit

Permalink
Add RxJava2 dependency to cores
Browse files Browse the repository at this point in the history
  • Loading branch information
wakwak3125 committed Jan 2, 2018
1 parent 758dba8 commit 142a4fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ext {
databindingLibraryVersion = '1.0-rc3'
supportLibrariesVersion = '23.1.1'
rxJavaVersion = '1.1.0'
rxJava2Version = '2.1.8'
rxAndroidVersion = '1.0.1'
spockCoreVersion = '1.0-groovy-2.4'
cglibVersion = '2.2'
Expand Down
1 change: 1 addition & 0 deletions droidux-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies {
compile 'com.google.auto.service:auto-service:1.0-rc2'

compile "io.reactivex:rxjava:${project.rxJavaVersion}"
compile "io.reactivex.rxjava2:rxjava:${project.rxJava2Version}"
compile "com.android.databinding:baseLibrary:${project.databindingBaseLibraryVersion}"
compile fileTree(dir: './libs', includes: ['*.jar'])

Expand Down
1 change: 1 addition & 0 deletions droidux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7

dependencies {
compile "io.reactivex:rxjava:${project.rxJavaVersion}"
compile "io.reactivex.rxjava2:rxjava:${project.rxJava2Version}"

testCompile "org.spockframework:spock-core:${project.spockCoreVersion}"
testCompile "cglib:cglib-nodep:${project.cglibVersion}"
Expand Down

0 comments on commit 142a4fa

Please sign in to comment.