Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment-ktx to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 7f99062 commit f1207a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DataBinding-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
implementation 'androidx.fragment:fragment-ktx:1.5.5'
implementation 'androidx.fragment:fragment-ktx:1.8.3'
}
2 changes: 1 addition & 1 deletion app/config/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"

implementation "androidx.activity:activity-ktx:1.6.1"
implementation "androidx.fragment:fragment-ktx:1.5.5"
implementation "androidx.fragment:fragment-ktx:1.8.3"

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"

Expand Down

0 comments on commit f1207a5

Please sign in to comment.