Skip to content

Commit c373981

Browse files
Copilotyujincheng08
andcommitted
Downgrade Compose BOM and related library versions to fix release build JDK 21 incompatibility
Co-authored-by: yujincheng08 <5022927+yujincheng08@users.noreply.github.com>
1 parent 5196463 commit c373981

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ libsu = "6.0.0"
88
okhttp = "5.3.2"
99
retrofit = "3.0.0"
1010
room = "2.8.4"
11-
compose-bom = "2026.01.01"
11+
compose-bom = "2024.12.01"
1212
miuix = "0.8.4"
1313

1414
[libraries]
@@ -72,9 +72,9 @@ compose-ui = { module = "androidx.compose.ui:ui" }
7272
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
7373
compose-foundation = { module = "androidx.compose.foundation:foundation" }
7474
compose-material3 = { module = "androidx.compose.material3:material3" }
75-
activity-compose = { module = "androidx.activity:activity-compose", version = "1.12.4" }
76-
lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.10.0" }
77-
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version = "2.10.0" }
75+
activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.3" }
76+
lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.8.7" }
77+
lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version = "2.8.7" }
7878
miuix = { module = "top.yukonga.miuix.kmp:miuix-android", version.ref = "miuix" }
7979
miuix-icons = { module = "top.yukonga.miuix.kmp:miuix-icons-android", version.ref = "miuix" }
8080
compose-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }

0 commit comments

Comments
 (0)