Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.jakewharton.rxbinding2:rxbinding 2.0.0 -> 2.2.0 age adoption passing confidence

Release Notes

JakeWharton/RxBinding (com.jakewharton.rxbinding2:rxbinding)

v2.2.0

Compare Source

  • New bindings!
    • rxbinding-support-v4:
      • ViewPager:
        • pageScrollEvents
    • rxbinding-recyclerview-v7:
      • RecyclerView:
        • flingEvents
  • New: Target Java 8 bytecode. Use AGP 3.2 or newer and enable Java 8 source/target compatibility.
  • Deprecate RxMenuItemCompat which is no longer needed. Use RxMenuItem directly.
  • Deprecate more simple consumers which delegate directly to a method. You should use method references for these instead. For example, RxView.enabled(view) becomes view::setEnabled.

v2.1.1

Compare Source

  • Fix: Include consumer ProGuard rules to prevent warning about AutoValue annotation.
  • Fix: Useless BuildConfig classes are no longer included.
  • Fix: Eliminate Java interop checks for Kotlin extensions as they're only for Kotlin consumers and the checks exist in the Java code they delegate to anyway.

v2.1.0

Compare Source

  • New bindings!
    • rxbinding-design:
      • FloatingActionButton:
        • visibility: Shows or hides FAB.
  • Use add/remove callback for Snackbar dismisses.
  • Deprecate simple consumers which delegate directly to a method. You should use method references for these instead. For example, RxView.enabled(view) becomes view::setEnabled.
  • Fix: Propagate @RequiresApi annotations to Kotlin extensions.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 - autoclosed Oct 30, 2022
@renovate renovate bot closed this Oct 30, 2022
@renovate renovate bot deleted the renovate/com.jakewharton.rxbinding2-rxbinding-2.x branch October 30, 2022 13:13
@renovate renovate bot changed the title Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 - autoclosed Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 Oct 31, 2022
@renovate renovate bot reopened this Oct 31, 2022
@renovate renovate bot restored the renovate/com.jakewharton.rxbinding2-rxbinding-2.x branch October 31, 2022 17:52
@renovate renovate bot changed the title Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 - autoclosed Nov 26, 2022
@renovate renovate bot closed this Nov 26, 2022
@renovate renovate bot deleted the renovate/com.jakewharton.rxbinding2-rxbinding-2.x branch November 26, 2022 01:39
@renovate renovate bot changed the title Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 - autoclosed Update dependency com.jakewharton.rxbinding2:rxbinding to v2.2.0 Nov 26, 2022
@renovate renovate bot restored the renovate/com.jakewharton.rxbinding2-rxbinding-2.x branch November 26, 2022 09:29
@renovate renovate bot reopened this Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants