Skip to content

Commit

Permalink
upgrade core-ktx - 1.15.0
Browse files Browse the repository at this point in the history
Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent fd6ca10 commit 0ce0ac3
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 @@ -159,7 +159,7 @@ dependencies {
// https://developer.android.com/jetpack/androidx/releases/appcompat
implementation("androidx.appcompat:appcompat:1.7.0")
// https://developer.android.com/jetpack/androidx/releases/core
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.core:core-ktx:1.15.0")
// https://developer.android.com/jetpack/androidx/releases/multidex
implementation("androidx.multidex:multidex:2.0.1")
// https://developer.android.com/jetpack/androidx/releases/preference
Expand Down

0 comments on commit 0ce0ac3

Please sign in to comment.