RxJava 'eventbus'

This commit is contained in:
Owain van Brakel
2019-07-13 07:19:52 +02:00
parent aa0014f5df
commit 3de05dec64
42 changed files with 775 additions and 596 deletions

View File

@@ -300,6 +300,16 @@
<artifactId>httpmime</artifactId>
<version>4.5.9</version>
</dependency>
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.10</version>
</dependency>
<dependency>
<groupId>com.jakewharton.rxrelay2</groupId>
<artifactId>rxrelay</artifactId>
<version>2.1.0</version>
</dependency>
</dependencies>
<build>