Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 77bf8d4 commit 7e02a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LifecycleDispose2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
implementation "io.reactivex.rxjava2:rxkotlin:2.4.0"
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
implementation "androidx.fragment:fragment:1.6.1"
implementation "androidx.fragment:fragment:1.8.0"
}
2 changes: 1 addition & 1 deletion LifecycleDispose3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.10"
implementation "io.reactivex.rxjava3:rxkotlin:3.0.1"
implementation 'io.reactivex.rxjava3:rxjava:3.1.8'
implementation "androidx.fragment:fragment:1.6.1"
implementation "androidx.fragment:fragment:1.8.0"
}

0 comments on commit 7e02a04

Please sign in to comment.