Skip to content

Commit

Permalink
⬆️ Bump fragment-ktx from 1.5.2 to 1.5.4
Browse files Browse the repository at this point in the history
Bumps fragment-ktx from 1.5.2 to 1.5.4.

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent ccd4ce0 commit f3ccc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib:${Versions.kotlin}")
implementation("androidx.appcompat:appcompat:${Versions.appCompat}")
implementation("com.google.android.material:material:${Versions.materialDesign}")
implementation("androidx.fragment:fragment-ktx:1.5.2")
implementation("androidx.fragment:fragment-ktx:1.5.4")
implementation("androidx.activity:activity-ktx:1.5.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
Expand Down

0 comments on commit f3ccc9c

Please sign in to comment.