RxPaper2 icon indicating copy to clipboard operation
RxPaper2 copied to clipboard

NoSQL storage with RxJava2 bindings [STABLE]

Results 3 RxPaper2 issues
Sort by recently updated
recently updated
newest added

The current version of `Completable.subscribe` don't take anymore `Completable.CompletableSubscriber()` you could use `CompletableObserver`

Howdy all! Im seeing a reoccuring issue, where after updating gradle (7.0), and creating a release build with minify & Obfuscation set to true, the write(key,object) function consistently throws an...