From 5f0701d7ba85d33794faf9d21744e1f59f6d3c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 08:01:51 +0000 Subject: [PATCH] chore(deps): bump rxandroid from 3.0.1 to 3.0.2 Bumps [rxandroid](https://github.com/ReactiveX/RxAndroid) from 3.0.1 to 3.0.2. - [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.1...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b491b8202..4133317d57 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { kotlin_version = '1.7.21' core_version = '1.9.0' rxjava_version = '3.1.5' - rxandroid_version = '3.0.1' + rxandroid_version = '3.0.2' rxkotlin_version = '3.0.1' room_version = '2.4.3' lifecycle_version = '2.5.1'