Skip to content

Commit a9d1958

Browse files
authored
Update Compose BOM to 2026.09.00 and bump minSdk to 24 (#1715)
Updates Compose BOM to `2026.09.00` across all samples: - JetLagged - JetNews - Jetcaster - Jetchat - Jetsnack - Reply Also uniformly bumps `minSdk` from 23 to 24 across all samples to satisfy the minimum SDK requirement of `material3-ripple-android` (introduced via Compose BOM alpha in Jetchat) and align with upcoming AndroidX library updates.
2 parents 98d6964 + c62fa2e commit a9d1958

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

‎JetLagged/gradle/libs.versions.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android-material3 = "1.14.0"
44
androidGradlePlugin = "9.3.1"
55
androidx-activity-compose = "1.13.0"
66
androidx-appcompat = "1.8.0"
7-
androidx-compose-bom = "2026.08.00"
7+
androidx-compose-bom = "2026.09.00"
88
androidx-constraintlayout = "1.1.2"
99
androidx-core-splashscreen = "1.2.0"
1010
androidx-corektx = "1.19.0"
@@ -41,7 +41,7 @@ kotlinx_immutable = "0.5.1"
4141
ksp = "2.3.11"
4242
maps-compose = "8.4.0"
4343
# @keep
44-
minSdk = "23"
44+
minSdk = "24"
4545
okhttp = "5.4.0"
4646
play-services-wearable = "20.0.1"
4747
robolectric = "4.16.1"

‎JetNews/gradle/libs.versions.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android-material3 = "1.14.0"
88
androidGradlePlugin = "9.3.1"
99
androidx-activity-compose = "1.13.0"
1010
androidx-appcompat = "1.8.0"
11-
androidx-compose-bom = "2026.08.00"
11+
androidx-compose-bom = "2026.09.00"
1212
androidx-constraintlayout = "1.1.2"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.19.0"
@@ -47,7 +47,7 @@ kotlinx_immutable = "0.5.1"
4747
ksp = "2.3.11"
4848
maps-compose = "8.4.0"
4949
# @keep
50-
minSdk = "23"
50+
minSdk = "24"
5151
okhttp = "5.4.0"
5252
play-services-wearable = "20.0.1"
5353
robolectric = "4.16.1"

‎Jetcaster/gradle/libs.versions.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android-material3 = "1.14.0"
88
androidGradlePlugin = "9.2.1"
99
androidx-activity-compose = "1.13.0"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2026.08.00"
11+
androidx-compose-bom = "2026.09.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.19.0"
@@ -48,7 +48,7 @@ ksp = "2.3.9"
4848
maps-compose = "8.3.0"
4949
media3 = "1.10.1"
5050
# @keep
51-
minSdk = "23"
51+
minSdk = "24"
5252
okhttp = "5.4.0"
5353
play-services-wearable = "20.0.1"
5454
robolectric = "4.16.1"

‎Jetchat/gradle/libs.versions.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android-material3 = "1.14.0"
88
androidGradlePlugin = "9.3.1"
99
androidx-activity-compose = "1.13.0"
1010
androidx-appcompat = "1.8.0"
11-
androidx-compose-bom = "2026.08.01"
11+
androidx-compose-bom = "2026.09.00"
1212
androidx-constraintlayout = "1.1.2"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.19.0"

‎Jetsnack/gradle/libs.versions.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android-material3 = "1.14.0"
44
androidGradlePlugin = "9.3.1"
55
androidx-activity-compose = "1.13.0"
66
androidx-appcompat = "1.8.0"
7-
androidx-compose-bom = "2026.08.00"
7+
androidx-compose-bom = "2026.09.00"
88
androidx-core-splashscreen = "1.2.0"
99
androidx-corektx = "1.19.0"
1010
androidx-glance = "1.3.0-alpha02"
@@ -41,7 +41,7 @@ kotlinx_immutable = "0.5.1"
4141
ksp = "2.3.11"
4242
maps-compose = "8.4.0"
4343
# @keep
44-
minSdk = "23"
44+
minSdk = "24"
4545
okhttp = "5.4.0"
4646
play-services-wearable = "20.0.1"
4747
robolectric = "4.16.1"

‎Reply/gradle/libs.versions.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android-material3 = "1.14.0"
88
androidGradlePlugin = "9.3.1"
99
androidx-activity-compose = "1.13.0"
1010
androidx-appcompat = "1.8.0"
11-
androidx-compose-bom = "2026.08.00"
11+
androidx-compose-bom = "2026.09.00"
1212
androidx-constraintlayout = "1.1.2"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.19.0"
@@ -45,7 +45,7 @@ kotlinx_immutable = "0.5.1"
4545
ksp = "2.3.11"
4646
maps-compose = "8.4.0"
4747
# @keep
48-
minSdk = "23"
48+
minSdk = "24"
4949
okhttp = "5.4.0"
5050
play-services-wearable = "20.0.1"
5151
robolectric = "4.16.1"

0 commit comments

Comments
 (0)