From 92cb96fdf14be686d1aa8de8cdc50515dfc93cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:24:33 +0000 Subject: [PATCH] deps: bump androidx.compose.material3:material3 Bumps the androidx-compose group with 1 update in the / directory: androidx.compose.material3:material3. Updates `androidx.compose.material3:material3` from 1.5.0-alpha18 to 1.5.0-alpha25 --- updated-dependencies: - dependency-name: androidx.compose.material3:material3 dependency-version: 1.5.0-alpha25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx-compose ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3a9f3b..7ebe7e6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ compose = "1.11.4" # 1.4.0 stable compiles MaterialExpressiveTheme / MotionScheme as `internal`, # so the Expressive API is not reachable there. alpha18 is the newest build that # exposes it publicly AND still allows compileSdk 36. Revisit once 37 ships. -material3 = "1.5.0-alpha18" +material3 = "1.5.0-alpha25" wearCompose = "1.6.2" wearToolingPreview = "1.0.0" graphicsShapes = "1.1.0"