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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: set up JDK 21
|
- name: set up JDK 21
|
||||||
uses: actions/setup-java@v5.1.0
|
uses: actions/setup-java@v5.2.0
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
# 缓存NDK
|
# 缓存NDK
|
||||||
- name: Cache NDK
|
- name: Cache NDK
|
||||||
uses: actions/cache@v5.0.1
|
uses: actions/cache@v5.0.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ env.ANDROID_HOME }}/ndk
|
${{ 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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@ material3 = "1.5.0-alpha12"
|
||||||
adaptive = "1.2.0"
|
adaptive = "1.2.0"
|
||||||
nav3Core = "1.0.0"
|
nav3Core = "1.0.0"
|
||||||
# AboutLibraries
|
# AboutLibraries
|
||||||
aboutLibsRelease = "14.0.0-b01"
|
aboutLibsRelease = "14.0.0-b02"
|
||||||
aboutLibsReleasePlugin = "14.0.0-b01"
|
aboutLibsReleasePlugin = "14.0.0-b02"
|
||||||
# M3 Color
|
# M3 Color
|
||||||
m3color = "2025.4"
|
m3color = "2025.4"
|
||||||
# Capsule
|
# Capsule
|
||||||
|
|
@ -25,7 +25,7 @@ konfetti = "2.0.5"
|
||||||
lazyColumnScrollbar = "2.2.0"
|
lazyColumnScrollbar = "2.2.0"
|
||||||
# Kotlin
|
# Kotlin
|
||||||
kotlinCoroutines = "1.10.2"
|
kotlinCoroutines = "1.10.2"
|
||||||
kotlinSerialization = "1.9.0"
|
kotlinSerialization = "1.10.0"
|
||||||
# Test
|
# Test
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
junitVersion = "1.3.0"
|
junitVersion = "1.3.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue