| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.1.1 source code.tar.gz | 2021-09-07 | 3.1 MB | |
| 2.1.1 source code.zip | 2021-09-07 | 3.3 MB | |
| README.md | 2021-09-07 | 328 Bytes | |
| Totals: 3 Items | 6.3 MB | 0 | |
- Fix:
SingleSubscribeProxy#subscribe(BiConsumer)now propagates the correct nullability. Previously, both parameters were implicitly@NonNull. Now they are correctly annotated as@Nullable. - Update Kotlin to
1.5.30. - Update Error Prone Annotations to
2.9.0. - Switch to Error Prone's
@DoNotMockannotation.