Adding Flow Preferences
This commit is contained in:
parent
693b8cb142
commit
b67c6ec2c7
1 changed files with 3 additions and 0 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue