Merge branch 'main' into m3e-refactor
This commit is contained in:
commit
4c95c7e26e
3 changed files with 7 additions and 7 deletions
6
.github/workflows/android_ci.yml
vendored
6
.github/workflows/android_ci.yml
vendored
|
|
@ -13,12 +13,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.1
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: set up JDK 21
|
||||
uses: actions/setup-java@v5.1.0
|
||||
uses: actions/setup-java@v5.2.0
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
# 缓存NDK
|
||||
- name: Cache NDK
|
||||
uses: actions/cache@v5.0.1
|
||||
uses: actions/cache@v5.0.2
|
||||
with:
|
||||
path: |
|
||||
${{ env.ANDROID_HOME }}/ndk
|
||||
|
|
|
|||
2
.github/workflows/script_build.yml
vendored
2
.github/workflows/script_build.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6.0.1
|
||||
uses: actions/checkout@v6.0.2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ material3 = "1.5.0-alpha12"
|
|||
adaptive = "1.2.0"
|
||||
nav3Core = "1.0.0"
|
||||
# AboutLibraries
|
||||
aboutLibsRelease = "14.0.0-b01"
|
||||
aboutLibsReleasePlugin = "14.0.0-b01"
|
||||
aboutLibsRelease = "14.0.0-b02"
|
||||
aboutLibsReleasePlugin = "14.0.0-b02"
|
||||
# M3 Color
|
||||
m3color = "2025.4"
|
||||
# Capsule
|
||||
|
|
@ -25,7 +25,7 @@ konfetti = "2.0.5"
|
|||
lazyColumnScrollbar = "2.2.0"
|
||||
# Kotlin
|
||||
kotlinCoroutines = "1.10.2"
|
||||
kotlinSerialization = "1.9.0"
|
||||
kotlinSerialization = "1.10.0"
|
||||
# Test
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.3.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue