Skip to content

Commit 953873f

Browse files
Update dependency androidx.fragment:fragment-ktx to v1.6.1
1 parent c188e9b commit 953873f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ViewLifecycleProperty/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ android {
2121

2222
dependencies {
2323
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
24-
implementation 'androidx.fragment:fragment-ktx:1.5.7'
24+
implementation 'androidx.fragment:fragment-ktx:1.6.1'
2525
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
dependencies {
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
4141
implementation 'androidx.appcompat:appcompat:1.6.1'
42-
implementation 'androidx.fragment:fragment-ktx:1.5.7'
42+
implementation 'androidx.fragment:fragment-ktx:1.6.1'
4343
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
4444
implementation 'com.github.wada811:DataBinding-ktx:6.1.0'
4545
// implementation project(':ViewLifecycleProperty')

0 commit comments

Comments
 (0)