Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 77bf8d4 commit 12c4f5d
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.6.2"
}
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.6.2"
}

0 comments on commit 12c4f5d

Please sign in to comment.