ReactiveX / RxAndroid

RxJava bindings for Android
Apache License 2.0
19.89k stars 2.95k forks source link

Use Objects.requireNonNull(). #588

Closed Isira-Seneviratne closed 1 year ago

Isira-Seneviratne commented 1 year ago

Objects.requireNonNull() is desugared for API levels < 19.

hsy719007146 commented 1 year ago

这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

JakeWharton commented 1 year ago

Thanks for the PR, but this project is mostly finished in the sense that it doesn't have ongoing development. Normally I would accept such a change (minus the build changes), but we're not going to release a new version for this. Ideally this project will not need any more releases in the future and can just happily sit as a completed thing.