mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-26 06:25:24 -04:00
chore(deps): track androidx.compose.material (M2) with the CMP-aligned compose ref (#5902)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -62,7 +62,8 @@
|
||||
"matchPackageNames": [
|
||||
"/^org\\.jetbrains\\.compose/",
|
||||
"androidx.compose.runtime:runtime-tracing",
|
||||
"androidx.compose.ui:ui-test-manifest"
|
||||
"androidx.compose.ui:ui-test-manifest",
|
||||
"androidx.compose.material:material"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -57,10 +57,6 @@ compose-multiplatform-material3 = "1.11.0-alpha07"
|
||||
# AndroidCompose.kt's resolutionStrategy force-aligns these groups to *this* version
|
||||
# at resolution time, so it is the source of truth for the Android target.
|
||||
androidx-compose-bom-aligned = "1.11.3"
|
||||
# `androidx-compose-material` (M2) is independent of CMP. Pinned because
|
||||
# maps-compose-widgets requests `androidx.compose.material:material` without
|
||||
# a version (relying on a BOM that we exclude). M2 is frozen at 1.7.8.
|
||||
androidx-compose-material = "1.7.8"
|
||||
jetbrains-adaptive = "1.3.0-beta02"
|
||||
|
||||
# Google
|
||||
@@ -164,9 +160,11 @@ androidx-uiautomator = { module = "androidx.test.uiautomator:uiautomator", versi
|
||||
# AndroidX Compose (explicit versions — BOM removed; CMP is the sole version authority)
|
||||
androidx-compose-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "androidx-compose-bom-aligned" }
|
||||
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest", version.ref = "androidx-compose-bom-aligned" } # Required by Robolectric Compose tests (registers ComponentActivity)
|
||||
# M2 `material`, version-less from maps-compose-widgets (google). Declared explicitly so the version
|
||||
# propagates to consumers of the app's graph (e.g. :baselineprofile); see androidApp/build.gradle.kts.
|
||||
androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "androidx-compose-material" }
|
||||
# M2 `material` rides the same AndroidX train as the bom-aligned compose artifacts, so it shares
|
||||
# that ref (stays aligned; Renovate bumps it with the compose group). Requested version-less by
|
||||
# maps-compose-widgets (google), declared explicitly so the version propagates to consumers of the
|
||||
# app's graph (e.g. :baselineprofile); see androidApp/build.gradle.kts.
|
||||
androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "androidx-compose-bom-aligned" }
|
||||
|
||||
# Compose Multiplatform
|
||||
compose-multiplatform-animation = { module = "org.jetbrains.compose.animation:animation", version.ref = "compose-multiplatform" }
|
||||
|
||||
Reference in New Issue
Block a user