Skip to content

Commit

Permalink
Merge pull request #27 from wada811/renovate/androidx.fragment-fragme…
Browse files Browse the repository at this point in the history
…nt-ktx-1.x

Update dependency androidx.fragment:fragment-ktx to v1.6.1
  • Loading branch information
wada811 authored Aug 28, 2023
2 parents c188e9b + 953873f commit 0b1ad16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ViewLifecycleProperty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
implementation 'androidx.fragment:fragment-ktx:1.5.7'
implementation 'androidx.fragment:fragment-ktx:1.6.1'
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10"
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.fragment:fragment-ktx:1.5.7'
implementation 'androidx.fragment:fragment-ktx:1.6.1'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1'
implementation 'com.github.wada811:DataBinding-ktx:6.1.0'
// implementation project(':ViewLifecycleProperty')
Expand Down

0 comments on commit 0b1ad16

Please sign in to comment.