Skip to content

Commit f812cef

Browse files
Downgrade dependencies for Jetcaster as the new releases have breaking API changes
1 parent 54b91ab commit f812cef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jetcaster/gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.13.0-alpha14"
7+
android-material3 = "1.13.0-alpha13"
88
androidGradlePlugin = "8.10.1"
99
androidx-activity-compose = "1.10.1"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2025.06.01"
11+
androidx-compose-bom = "2025.06.00"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.0.1"
1414
androidx-corektx = "1.16.0"
@@ -68,7 +68,7 @@ androidx-activity-compose = { module = "androidx.activity:activity-compose", ver
6868
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity-compose" }
6969
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
7070
androidx-compose-animation = { module = "androidx.compose.animation:animation" }
71-
androidx-compose-bom = { module = "androidx.compose:compose-bom-beta", version.ref = "androidx-compose-bom" }
71+
androidx-compose-bom = { module = "androidx.compose:compose-bom-alpha", version.ref = "androidx-compose-bom" }
7272
androidx-compose-foundation = { module = "androidx.compose.foundation:foundation" }
7373
androidx-compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
7474
androidx-compose-material-iconsExtended = { module = "androidx.compose.material:material-icons-extended" }

0 commit comments

Comments
 (0)