Adding Flow Preferences

This commit is contained in:
Jay 2020-04-24 23:16:35 -04:00
parent 693b8cb142
commit b67c6ec2c7

View File

@ -124,6 +124,9 @@ dependencies {
implementation("com.f2prateek.rx.preferences:rx-preferences:1.0.2")
implementation("com.github.pwittchen:reactivenetwork:0.13.0")
// Coroutines
implementation("com.github.tfcporciuncula:flow-preferences:1.1.1")
// Network client
val okhttpVersion = "4.3.1"
implementation("com.squareup.okhttp3:okhttp:$okhttpVersion")