Skip to content

Commit c1ab5c6

Browse files
authored
Merge pull request hoc081098#91 from hoc081098/renovate/androidx.fragment-fragment-ktx-1.x
Update dependency androidx.fragment:fragment-ktx to v1.4.1
2 parents 6001a46 + d49d833 commit c1ab5c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646

4747
dependencies {
4848
implementation 'androidx.appcompat:appcompat:1.4.1'
49-
implementation 'androidx.fragment:fragment-ktx:1.4.0'
49+
implementation 'androidx.fragment:fragment-ktx:1.4.1'
5050
implementation 'androidx.fragment:fragment:1.4.1'
5151

5252
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
}
4747

4848
dependencies {
49-
api 'androidx.fragment:fragment-ktx:1.4.0'
49+
api 'androidx.fragment:fragment-ktx:1.4.1'
5050

5151
final lifecycle_version = '2.4.0'
5252
api "androidx.lifecycle:lifecycle-livedata-core-ktx:$lifecycle_version"

0 commit comments

Comments
 (0)