chore(deps): bump androidx.core:core-ktx in /WearOS

Bumps androidx.core:core-ktx from 1.15.0 to 1.17.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-18 17:44:58 +00:00 committed by GitHub
parent 73ac16ffca
commit e9a9e620fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ android {
// [START maps_wear_os_dependencies]
dependencies {
// [START_EXCLUDE]
implementation("androidx.core:core-ktx:1.15.0")
implementation("androidx.core:core-ktx:1.17.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21")
// [END_EXCLUDE]
compileOnly("com.google.android.wearable:wearable:2.9.0")