Skip to content

Commit

Permalink
Update dependency io.reactivex:rxjava to v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 26, 2021
1 parent ef5c829 commit 9ba0483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
retrofitVersionLatest = '2.1.0'
okHttp3Version = '3.5.0'
preference = '1.1.0'
rxJavaVersion = '1.1.4'
rxJavaVersion = '1.3.8'
rxAndroidVersion = '1.1.0'

fineractClientVersion = '2.4.1-alpha'
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
force true
}

implementation 'io.reactivex:rxjava:1.1.4'
implementation 'io.reactivex:rxjava:1.3.8'

//Square dependencies
implementation("com.squareup.retrofit2:retrofit:$retrofitVersionLatest") {
Expand Down

0 comments on commit 9ba0483

Please sign in to comment.