From a7adcbcd789a6f415ecdaa2f02df15fa45bfaabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Feb 2021 10:20:10 +0000 Subject: [PATCH] Bump rxkotlin from 2.3.0 to 2.4.0 Bumps [rxkotlin](https://github.com/ReactiveX/RxKotlin) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/ReactiveX/RxKotlin/releases) - [Commits](https://github.com/ReactiveX/RxKotlin/compare/2.3.0...2.4.0) Signed-off-by: dependabot[bot] --- attachment-viewer/build.gradle | 2 +- matrix-sdk-android-rx/build.gradle | 2 +- vector/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/attachment-viewer/build.gradle b/attachment-viewer/build.gradle index a92eb11212..1c9e88cc5b 100644 --- a/attachment-viewer/build.gradle +++ b/attachment-viewer/build.gradle @@ -63,7 +63,7 @@ android { dependencies { implementation 'com.github.chrisbanes:PhotoView:2.1.4' - implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0' + implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" diff --git a/matrix-sdk-android-rx/build.gradle b/matrix-sdk-android-rx/build.gradle index 0e899e21ff..37b0ff8d00 100644 --- a/matrix-sdk-android-rx/build.gradle +++ b/matrix-sdk-android-rx/build.gradle @@ -36,7 +36,7 @@ android { dependencies { implementation project(":matrix-sdk-android") implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0' + implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:$kotlin_coroutines_version" diff --git a/vector/build.gradle b/vector/build.gradle index 92f3e151dc..e57ee57d35 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -341,7 +341,7 @@ dependencies { implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.18' // rx - implementation 'io.reactivex.rxjava2:rxkotlin:2.3.0' + implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0' implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' implementation 'com.jakewharton.rxrelay2:rxrelay:2.1.1' // RXBinding