Skip to content

Commit 388b6a9

Browse files
Update dependency androidx.fragment:fragment-ktx to v1.6.2
1 parent bbf3533 commit 388b6a9

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
@@ -50,7 +50,7 @@ android {
5050

5151
dependencies {
5252
implementation 'androidx.appcompat:appcompat:1.5.1'
53-
implementation 'androidx.fragment:fragment-ktx:1.5.3'
53+
implementation 'androidx.fragment:fragment-ktx:1.6.2'
5454
implementation 'androidx.fragment:fragment:1.5.3'
5555

5656
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

library/build.gradle

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

5151
dependencies {
52-
api 'androidx.fragment:fragment-ktx:1.5.3'
52+
api 'androidx.fragment:fragment-ktx:1.6.2'
5353

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

0 commit comments

Comments
 (0)