Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment-ktx to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 27, 2023
1 parent a1f2f9c commit 7d72b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.fragment:fragment-ktx:1.5.3'
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation 'androidx.fragment:fragment:1.5.3'

implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

dependencies {
api 'androidx.fragment:fragment-ktx:1.5.3'
api 'androidx.fragment:fragment-ktx:1.6.2'

final lifecycle_version = '2.5.1'
api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycle_version"
Expand Down

0 comments on commit 7d72b1d

Please sign in to comment.