Skip to content

Commit

Permalink
add rxjava-reactive-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
leeowenowen committed Apr 24, 2016
1 parent 93080cc commit 4d30b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<orderEntry type="library" exported="" name="markdownj-core-0.4" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="junit-4.12" level="project" />
<orderEntry type="library" exported="" name="animated-vector-drawable-23.2.1" level="project" />
<orderEntry type="library" exported="" name="rxjava-reactive-streams-1.0.1" level="project" />
<orderEntry type="library" exported="" name="recyclerview-v7-23.2.1" level="project" />
<orderEntry type="library" exported="" name="support-annotations-23.2.1" level="project" />
<orderEntry type="library" exported="" name="library-1.1.3" level="project" />
Expand All @@ -129,5 +130,6 @@
<orderEntry type="library" exported="" name="rxjava-string-1.1.0" level="project" />
<orderEntry type="library" exported="" name="appcompat-v7-23.2.1" level="project" />
<orderEntry type="library" exported="" name="library-2.4.0" level="project" />
<orderEntry type="library" exported="" name="reactive-streams-1.0.0" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
// compile 'io.reactivex:rxjava-file-utils:0.+'
// compile 'io.reactivex:rxjava-debug:1.+'
// compile 'io.reactivex:rxjava-guava:1.+'
// compile 'io.reactivex:rxjava-reactive-streams:1.+'
compile 'io.reactivex:rxjava-reactive-streams:1.+'
compile 'io.reactivex:rxjava-joins:0.+'
compile 'io.reactivex:rxjava-math:1.+'
compile 'io.reactivex:rxjava-async-util:0.+'
Expand Down

0 comments on commit 4d30b92

Please sign in to comment.