Skip to content

Commit

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

Update dependency androidx.fragment:fragment-ktx to v1.5.2
  • Loading branch information
jakepurple13 authored Aug 10, 2022
2 parents e86af59 + 27ca44b commit 10b2abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIViews/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
implementation(Deps.swiperefresh)
implementation(Deps.coroutinesCore)
implementation(Deps.coroutinesAndroid)
implementation("androidx.fragment:fragment-ktx:1.5.1")
implementation("androidx.fragment:fragment-ktx:1.5.2")
implementation("androidx.lifecycle:lifecycle-extensions:2.2.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:${Deps.lifecycle}")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:${Deps.lifecycle}")
Expand Down

0 comments on commit 10b2abf

Please sign in to comment.