Skip to content

Commit

Permalink
Gradle: Bump io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.10 (#53)
Browse files Browse the repository at this point in the history
Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](ReactiveX/RxJava@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 87d6a6e commit 8ca2bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation 'androidx.activity:activity-ktx:1.9.3'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation "io.reactivex.rxjava3:rxjava:3.1.9"
implementation "io.reactivex.rxjava3:rxjava:3.1.10"
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 8ca2bd2

Please sign in to comment.