Skip to content

Commit be2922d

Browse files
Copilotyujincheng08
andcommitted
Upgrade CI Java version to JDK 25 and restore latest library versions
Co-authored-by: yujincheng08 <5022927+yujincheng08@users.noreply.github.com>
1 parent c373981 commit be2922d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ inputs:
66
runs:
77
using: "composite"
88
steps:
9-
- name: Set up JDK 21
9+
- name: Set up JDK 25
1010
uses: actions/setup-java@v4
1111
with:
1212
distribution: "temurin"
13-
java-version: "21"
13+
java-version: "25"
1414

1515
- name: Set up Python 3
1616
uses: actions/setup-python@v5

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 = "2024.12.01"
11+
compose-bom = "2026.01.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.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" }
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" }
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)