Add RxJava.

This commit is contained in:
Cody Henthorne
2021-07-08 11:41:26 -04:00
parent c427dbad08
commit 444d947743
3 changed files with 14 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:3.12.10'
implementation 'org.threeten:threetenbp:1.3.6'
api 'io.reactivex.rxjava3:rxjava:3.0.13'
api 'org.signal:zkgroup-java:0.7.0'
testImplementation 'junit:junit:4.12'