Skip to content

Commit 6482399

Browse files
committed
chore(deps): upgrade wear compose libraries to 1.6.0
Align the project with the newer stable Wear Compose stack and keep local workspace artifacts out of git noise.\n\n- Bump wear compose material3/foundation/ui-tooling from 1.5.6 to 1.6.0 in version catalog\n- Add /.kotlin to .gitignore to avoid committing local Kotlin/Gradle cache metadata
1 parent b638375 commit 6482399

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.iml
22
.gradle
3+
/.kotlin
34
/local.properties
45
/.idea
56
/.idea/caches

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ agp = "9.1.0"
33
playServicesWearable = "19.0.0"
44
kotlin = "2.3.20"
55
composeBom = "2026.03.01"
6-
composeMaterial3 = "1.5.6"
7-
composeFoundation = "1.5.6"
8-
composeUiTooling = "1.5.6"
6+
composeMaterial3 = "1.6.0"
7+
composeFoundation = "1.6.0"
8+
composeUiTooling = "1.6.0"
99
wearToolingPreview = "1.0.0"
1010
activityCompose = "1.13.0"
1111
coreSplashscreen = "1.2.0"

0 commit comments

Comments
 (0)