Skip to content

Commit

Permalink
fix(deps): update dependency androidx.core:core-ktx to v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 7e87023 commit c744f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation("androidx.compose.ui:ui:${rootProject.extra["composeUiVersion"]}")
implementation("androidx.compose.ui:ui-tooling-preview:${rootProject.extra["composeUiVersion"]}")

implementation("androidx.core:core-ktx:1.10.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("com.google.android.material:material:1.8.0")

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
dependencies {
implementation(project(":client"))

implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.0")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.compose.ui:ui:${rootProject.extra["composeUiVersion"]}")
Expand Down

0 comments on commit c744f3c

Please sign in to comment.