Skip to content

Commit b14b0ff

Browse files
Bump the rxjava group with 2 updates
Bumps the rxjava group with 2 updates: [io.reactivex.rxjava2:rxandroid](https://github.com/ReactiveX/RxAndroid) and [io.reactivex.rxjava2:rxjava](https://github.com/ReactiveX/RxJava). Updates `io.reactivex.rxjava2:rxandroid` from 2.0.1 to 2.1.1 - [Release notes](https://github.com/ReactiveX/RxAndroid/releases) - [Changelog](https://github.com/ReactiveX/RxAndroid/blob/3.x/CHANGES.md) - [Commits](ReactiveX/RxAndroid@2.0.1...2.1.1) Updates `io.reactivex.rxjava2:rxjava` from 2.1.3 to 2.2.21 - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Changelog](https://github.com/ReactiveX/RxJava/blob/v2.2.21/CHANGES.md) - [Commits](ReactiveX/RxJava@v2.1.3...v2.2.21) --- updated-dependencies: - dependency-name: io.reactivex.rxjava2:rxandroid dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rxjava - dependency-name: io.reactivex.rxjava2:rxjava dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rxjava ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 205bf1c commit b14b0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ dependencies {
8888
// JSR305 annotations for javax.annotation
8989
implementation 'com.google.code.findbugs:jsr305:3.0.2'
9090
// 3rd part Dependencies...
91-
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
92-
implementation 'io.reactivex.rxjava2:rxjava:2.1.3'
91+
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
92+
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
9393
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
9494
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
9595
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.1'

0 commit comments

Comments
 (0)