AdamMc331 / AdamMc331/WearPlayground

Dependency Dashboard

Offen
#3 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
Kotlin
Sterne
0
Forks
0
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/AdamMc331/WearPlayground).

## Config Migration Needed

- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.

## Rate-Limited

The following updates are currently rate-limited. To force their creation now, click on a checkbox below.

- [ ] Update room to v2.8.5 (`androidx.room:room-runtime`, `androidx.room:room-compiler`)
- [ ] Update dependency androidx.appcompat:appcompat to v1.8.0
- [ ] Update dependency androidx.compose:compose-bom to v2025.12.01
- [ ] Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.11.0
- [ ] Update dependency androidx.wear.compose:compose-foundation to v1.6.2
- [ ] Update dependency androidx.wear.compose:compose-material to v1.6.2
- [ ] Update dependency androidx.wear.tiles:tiles to v1.6.2
- [ ] Update dependency androidx.wear.tiles:tiles-material to v1.6.2
- [ ] Update dependency androidx.wear.tiles:tiles-tooling to v1.6.2
- [ ] Update dependency androidx.wear.tiles:tiles-tooling-preview to v1.6.2
- [ ] Update dependency androidx.wear.watchface:watchface-complications-data-source-ktx to v1.3.0
- [ ] Update dependency com.github.ben-manes.versions to v0.62.0
- [ ] Update dependency com.google.android.material:material to v1.14.0
- [ ] Update dependency com.squareup.sort-dependencies to v0.21.0
- [ ] Update dependency org.jetbrains.kotlin.android to v2.4.20
- [ ] Update hilt to v2.60.1 (`com.google.dagger.hilt.android`, `com.google.dagger:hilt-compiler`, `com.google.dagger:hilt-android-testing`, `com.google.dagger:hilt-android-compiler`, `com.google.dagger:hilt-android`)
- [ ] Update kotlin monorepo to v2.4.20 (`org.jetbrains.kotlin.plugin.compose`, `org.jetbrains.kotlin:kotlin-gradle-plugin`)
- [ ] Update actions/checkout action to v7
- [ ] Update actions/setup-java action to v6
- [ ] Update agp to v9 (`com.android.application`, `com.android.tools.build:gradle`)
- [ ] Update dependency androidx.compose:compose-bom to v2026
- [ ] Update dependency java to v26
- [ ] Update dependency macos to v26
- [ ] 🔐 **Create all rate-limited PRs at once** 🔐

## Open

The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.

- [ ] [Update agp to v8.13.2](../pull/123) (`com.android.application`, `com.android.tools.build:gradle`)
- [ ] [Update dependency com.google.devtools.ksp to v2.3.12](../pull/124)
- [ ] [Update Gradle to v8.14.5](../pull/125)
- [ ] [Update coil to v3.6.2](../pull/126) (`io.coil-kt.coil3:coil-network-okhttp`, `io.coil-kt.coil3:coil-compose`)
- [ ] [Update dependency androidx.activity:activity-compose to v1.13.0](../pull/99)
- [ ] [Update dependency androidx.core:core-ktx to v1.19.0](../pull/81)
- [ ] [Update dependency org.jmailen.kotlinter to v5.7.0](../pull/72)
- [ ] [Update dependency com.google.android.gms:play-services-wearable to v20](../pull/21)
- [ ] [Update Gradle to v9](../pull/78)
- [ ] [Update retrofit monorepo to v3](../pull/46) (`com.squareup.retrofit2:converter-moshi`, `com.squareup.retrofit2:retrofit`)
- [ ] **Click on this checkbox to rebase all open PRs at once**

## Detected Dependencies

github-actions (4)

.github/actions/workflow_setup/action.yml (2)

- `actions/setup-java v4` → [Updates: `v6`]
- `gradle/gradle-build-action v3`

.github/workflows/android_build.yml (2)

- `actions/checkout v4` → [Updates: `v7`]
- `macos 14` → [Updates: `26`]

.github/workflows/android_ui_tests.yml (3)

- `actions/checkout v4` → [Updates: `v7`]
- `reactivecircus/android-emulator-runner v2`
- `macos 13` → [Updates: `26`]

.github/workflows/danger_checks.yml (2)

- `actions/checkout v4` → [Updates: `v7`]
- `danger/kotlin 1.3.4`

gradle (9)

app/build.gradle.kts

build.gradle.kts

buildscripts/detekt.gradle

buildscripts/githooks.gradle

buildscripts/versionsplugin.gradle

gradle.properties

gradle/libs.versions.toml (48)

- `com.google.android.material:material 1.13.0` → [Updates: `1.14.0`]
- `androidx.activity:activity-compose 1.10.1` → [Updates: `1.13.0`]
- `androidx.core:core-ktx 1.16.0` → [Updates: `1.19.0`]
- `androidx.appcompat:appcompat 1.7.1` → [Updates: `1.8.0`]
- `androidx.lifecycle:lifecycle-runtime-ktx 2.10.0` → [Updates: `2.11.0`]
- `androidx.room:room-compiler 2.8.4` → [Updates: `2.8.5`]
- `androidx.room:room-runtime 2.8.4` → [Updates: `2.8.5`]
- `androidx.test.espresso:espresso-core 3.7.0`
- `androidx.test.ext:junit 1.3.0`
- `io.coil-kt.coil3:coil-compose 3.3.0` → [Updates: `3.6.2`]
- `io.coil-kt.coil3:coil-network-okhttp 3.3.0` → [Updates: `3.6.2`]
- `androidx.compose:compose-bom 2025.11.01` → [Updates: `2025.12.01`, `2026.09.00`]
- `io.gitlab.arturbosch.detekt:detekt-gradle-plugin 1.23.8`
- `com.android.tools.build:gradle 8.13.1` → [Updates: `8.13.2`, `9.4.0`]
- `com.github.ben-manes:gradle-versions-plugin 0.53.0`
- `com.google.dagger:hilt-android 2.57.2` → [Updates: `2.60.1`]
- `com.google.dagger:hilt-android-compiler 2.57.2` → [Updates: `2.60.1`]
- `com.google.dagger:hilt-android-testing 2.57.2` → [Updates: `2.60.1`]
- `com.google.dagger:hilt-compiler 2.57.2` → [Updates: `2.60.1`]
- `junit:junit 4.13.2`
- `org.jetbrains.kotlin:kotlin-gradle-plugin 2.2.21` → [Updates: `2.4.20`]
- `com.squareup.leakcanary:leakcanary-android 2.14`
- `com.squareup.moshi:moshi-kotlin 1.15.2`
- `com.squareup.moshi:moshi-kotlin-codegen 1.15.2`
- `com.squareup.retrofit2:retrofit 2.12.0` → [Updates: `3.0.0`]
- `com.squareup.retrofit2:converter-moshi 2.12.0` → [Updates: `3.0.0`]
- `com.google.android.gms:play-services-wearable 18.2.0` → [Updates: `20.0.1`]
- `androidx.wear.compose:compose-material 1.5.5` → [Updates: `1.6.2`]
- `androidx.wear.compose:compose-foundation 1.5.5` → [Updates: `1.6.2`]
- `androidx.wear:wear-tooling-preview 1.0.0`
- `androidx.core:core-splashscreen 1.2.0`
- `androidx.wear.tiles:tiles 1.5.0` → [Updates: `1.6.2`]
- `androidx.wear.tiles:tiles-material 1.5.0` → [Updates: `1.6.2`]
- `androidx.wear.tiles:tiles-tooling 1.5.0` → [Updates: `1.6.2`]
- `androidx.wear.tiles:tiles-tooling-preview 1.5.0` → [Updates: `1.6.2`]
- `com.google.android.horologist:horologist-compose-tools 0.7.15`
- `com.google.android.horologist:horologist-tiles 0.7.15`
- `androidx.wear.watchface:watchface-complications-data-source-ktx 1.2.1` → [Updates: `1.3.0`]
- `com.android.application 8.13.1` → [Updates: `8.13.2`, `9.4.0`]
- `com.github.ben-manes.versions 0.53.0` → [Updates: `0.62.0`]
- `app.cash.paparazzi 1.3.5`
- `org.jetbrains.kotlin.plugin.compose 2.2.21` → [Updates: `2.4.20`]
- `io.gitlab.arturbosch.detekt 1.23.8`
- `com.google.dagger.hilt.android 2.57.2` → [Updates: `2.60.1`]
- `com.google.devtools.ksp 2.3.3` → [Updates: `2.3.12`]
- `org.jetbrains.kotlin.android 2.2.21` → [Updates: `2.4.20`]
- `org.jmailen.kotlinter 5.1.1` → [Updates: `5.7.0`]
- `com.squareup.sort-dependencies 0.15` → [Updates: `0.21.0`]

settings.gradle.kts

wear/build.gradle.kts

gradle-wrapper (1)

gradle/wrapper/gradle-wrapper.properties (1)

- `gradle 8.14.3` → [Updates: `8.14.5`, `9.7.1`]

regex (1)

.github/.java-version (1)

- `java 23` → [Updates: `26`]

---

- [ ] Check this box to trigger a request for Renovate to run again on this repository

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.