Skip to content

Commit

Permalink
Update dependency androidx.core:core-ktx to v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent c9a083d commit 02bfdf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composesensors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
}

dependencies {
val coreKtxVersion = "1.10.1"
val coreKtxVersion = "1.12.0"
val appCompatVersion = "1.6.1"
val materialVersion = "1.9.0"
val jUnitVersion = "4.13.2"
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
val composeVersion = "1.5.0"
val material3Version = "1.1.1"
val lifecycleRuntimeKtxVersion = "2.6.1"
val coreKtxVersion = "1.10.1"
val coreKtxVersion = "1.12.0"
val activityComposeVersion = "1.7.2"
val jUnitVersion = "4.13.2"
val androidJUnitVersion = "1.1.5"
Expand Down

0 comments on commit 02bfdf5

Please sign in to comment.