Skip to content

Commit

Permalink
fix: bump rxandroid from 3.0.0 to 3.0.2
Browse files Browse the repository at this point in the history
Bumps [rxandroid](https://github.com/ReactiveX/RxAndroid) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/ReactiveX/RxAndroid/releases)
- [Changelog](https://github.com/ReactiveX/RxAndroid/blob/3.x/CHANGES.md)
- [Commits](ReactiveX/RxAndroid@3.0.0...3.0.2)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxandroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 14, 2022
1 parent 39e248c commit af4780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ dependencies {
implementation "com.google.code.findbugs:jsr305:${obl_jsr305Version}"

// ReactiveX
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"
implementation "io.reactivex.rxjava3:rxjava:3.1.5"
implementation "io.reactivex.rxjava3:rxkotlin:3.0.1"

Expand Down

0 comments on commit af4780a

Please sign in to comment.