Merge branch 'main' into m3e-refactor

This commit is contained in:
Super12138 2025-11-23 08:51:42 +08:00
commit 6d4d61ab7b
5 changed files with 19 additions and 17 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5.0.0 uses: actions/checkout@v6.0.0
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5.0.0 uses: actions/checkout@v6.0.0
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -2,14 +2,16 @@
# Android X # Android X
coreKtx = "1.17.0" coreKtx = "1.17.0"
splashScreen = "1.2.0" splashScreen = "1.2.0"
lifecycleRuntimeKtx = "2.9.4" lifecycleRuntimeKtx = "2.10.0"
datastore = "1.1.7" datastore = "1.2.0"
# Compose # Compose
activityCompose = "1.11.0" activityCompose = "1.12.0"
composeBom = "2025.11.00" composeBom = "2025.11.01"
liveData = "1.9.4" liveData = "1.9.5"
room = "2.8.3" icons = "1.7.8"
material3 = "1.5.0-alpha08" room = "2.8.4"
navigation = "2.9.6"
material3 = "1.5.0-alpha09"
adaptive = "1.2.0" adaptive = "1.2.0"
nav3Core = "1.0.0-rc01" nav3Core = "1.0.0-rc01"
# AboutLibraries # AboutLibraries
@ -31,9 +33,9 @@ junit = "4.13.2"
junitVersion = "1.3.0" junitVersion = "1.3.0"
espressoCore = "3.7.0" espressoCore = "3.7.0"
# Plugins # Plugins
agp = "8.13.0" agp = "8.13.1"
kotlin = "2.2.21" kotlin = "2.2.21"
ksp = "2.3.2" ksp = "2.3.3"
[libraries] [libraries]
# Android X # Android X

View file

@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444 distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View file

@ -10,15 +10,15 @@ importers:
devDependencies: devDependencies:
'@types/node': '@types/node':
specifier: ^24.6.2 specifier: ^24.6.2
version: 24.10.0 version: 24.10.1
typescript: typescript:
specifier: ^5.9.3 specifier: ^5.9.3
version: 5.9.3 version: 5.9.3
packages: packages:
'@types/node@24.10.0': '@types/node@24.10.1':
resolution: {integrity: sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==} resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==}
typescript@5.9.3: typescript@5.9.3:
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
@ -30,7 +30,7 @@ packages:
snapshots: snapshots:
'@types/node@24.10.0': '@types/node@24.10.1':
dependencies: dependencies:
undici-types: 7.16.0 undici-types: 7.16.0