Skip to content

Commit

Permalink
Update dependency androidx.fragment:fragment-ktx to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent a1f2f9c commit e8c995d
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.7.0'
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.7.0'

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

0 comments on commit e8c995d

Please sign in to comment.