Merge pull request #66 from fknives/dependabot/gradle/develop/io.reactivex.rxjava3-rxjava-3.1.4

Bump rxjava from 3.1.3 to 3.1.4
This commit is contained in:
Gergely Hegedis 2022-04-12 11:20:30 +03:00 committed by GitHub
commit 0c426797d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ dependencies {
androidTestImplementation "androidx.arch.core:core-testing:$testing_androidx_arch_core_version"
androidTestRuntimeOnly "org.junit.vintage:junit-vintage-engine:$testing_junit5_version"
implementation "io.reactivex.rxjava3:rxjava:3.1.3"
implementation "io.reactivex.rxjava3:rxjava:3.1.4"
testImplementation testFixtures(project(':core'))
androidTestImplementation testFixtures(project(':core'))