From 75fe0467511b8538c441f55840e17a3fe22636ee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 03:57:27 +0000 Subject: [PATCH] Bump rxkotlin from 2.1.0 to 2.4.0 Bumps [rxkotlin](https://github.com/ReactiveX/RxKotlin) from 2.1.0 to 2.4.0. - [Release notes](https://github.com/ReactiveX/RxKotlin/releases) - [Commits](https://github.com/ReactiveX/RxKotlin/compare/2.1.0...2.4.0) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 48fd2e6..473d8c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { implementation "com.android.support:cardview-v7:$support_lib_version" implementation "com.android.support:support-v13:$support_lib_version" implementation 'io.reactivex.rxjava2:rxjava:2.1.9' - implementation 'io.reactivex.rxjava2:rxkotlin:2.1.0' + implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0' implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' implementation 'com.squareup.okhttp3:okhttp:3.9.0' implementation 'com.squareup.retrofit2:retrofit:2.3.0'