From be4dbc65522275ea148af53080212057c2b6e9a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 12:31:58 +0000 Subject: [PATCH] chore(deps): bump rxandroid from 3.0.0 to 3.0.1 Bumps [rxandroid](https://github.com/ReactiveX/RxAndroid) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/ReactiveX/RxAndroid/releases) - [Changelog](https://github.com/ReactiveX/RxAndroid/blob/3.x/CHANGES.md) - [Commits](https://github.com/ReactiveX/RxAndroid/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxandroid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c4af65575f..ace8da77fc 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { kotlin_version = '1.7.20' core_version = '1.9.0' rxjava_version = '3.1.5' - rxandroid_version = '3.0.0' + rxandroid_version = '3.0.1' rxkotlin_version = '3.0.1' room_version = '2.4.3' lifecycle_version = '2.5.1'