Skip to content

Commit f1a1cf7

Browse files
Update dependency androidx.fragment:fragment-ktx to v1.8.3
1 parent a1f2f9c commit f1a1cf7

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
@@ -49,7 +49,7 @@ android {
4949

5050
dependencies {
5151
implementation 'androidx.appcompat:appcompat:1.6.1'
52-
implementation 'androidx.fragment:fragment-ktx:1.5.3'
52+
implementation 'androidx.fragment:fragment-ktx:1.8.3'
5353
implementation 'androidx.fragment:fragment:1.5.3'
5454

5555
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
}
4949

5050
dependencies {
51-
api 'androidx.fragment:fragment-ktx:1.5.3'
51+
api 'androidx.fragment:fragment-ktx:1.8.3'
5252

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

0 commit comments

Comments
 (0)