Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment-ktx to v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 77fdbd7 commit 245b7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.activity:activity-ktx:1.7.2'
implementation 'androidx.fragment:fragment-ktx:1.6.1'
implementation 'androidx.fragment:fragment-ktx:1.8.5'
implementation project(':ViewModel-SavedState-ktx')
implementation 'com.wada811.databindingktx:databindingktx:7.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down

0 comments on commit 245b7c3

Please sign in to comment.