From d8101e4d19b7e0d802ebd52115b9a515afc3342e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 14 Jun 2019 06:30:23 +0000 Subject: [PATCH] Bump rxkotlin from 2.2.0 to 2.3.0 Bumps [rxkotlin](https://github.com/ReactiveX/RxKotlin) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/ReactiveX/RxKotlin/releases) - [Commits](https://github.com/ReactiveX/RxKotlin/compare/2.2.0...2.3.0) Signed-off-by: dependabot-preview[bot] --- buildsystem/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildsystem/dependencies.gradle b/buildsystem/dependencies.gradle index 53be95a..4d3c62a 100644 --- a/buildsystem/dependencies.gradle +++ b/buildsystem/dependencies.gradle @@ -22,7 +22,7 @@ ext { lifecycleExtensions : "android.arch.lifecycle:extensions:1.1.0", constraintLayout : "com.android.support.constraint:constraint-layout:1.0.2", rxJava2 : "io.reactivex.rxjava2:rxjava:2.1.7", - rxKotlin2 : "io.reactivex.rxjava2:rxkotlin:2.2.0", + rxKotlin2 : "io.reactivex.rxjava2:rxkotlin:2.3.0", rxAndroid2 : "io.reactivex.rxjava2:rxandroid:2.0.1", rxRelay : 'com.jakewharton.rxrelay2:rxrelay:2.0.0', rxBinding : "com.jakewharton.rxbinding2:rxbinding:$rxBindingVersion",