Skip to content

Commit

Permalink
Update dependency androidx.core:core-ktx to v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 824e7c0 commit 5faf2b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

dependencies {

api("androidx.core:core-ktx:1.13.1")
api("androidx.core:core-ktx:1.15.0")
api("androidx.appcompat:appcompat:1.7.0")

// apache common codec
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
val androidMain by getting {
dependencies {
api("androidx.appcompat:appcompat:1.7.0")
api("androidx.core:core-ktx:1.13.1")
api("androidx.core:core-ktx:1.15.0")
}
}
val androidUnitTest by getting {
Expand Down

0 comments on commit 5faf2b8

Please sign in to comment.