It's a fork https://github.com/f2prateek/rx-preferences
How to use this lib in your project:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Add to your app module build.gradle
dependencies {
implementation "com.github.alexdeww:rx-preference:$last_version"
}