Merge branch 'main' into m3e-refactor
This commit is contained in:
commit
6d4d61ab7b
5 changed files with 19 additions and 17 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5.0.0
|
||||
uses: actions/checkout@v6.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
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@v5.0.0
|
||||
uses: actions/checkout@v6.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
|
|
@ -2,14 +2,16 @@
|
|||
# Android X
|
||||
coreKtx = "1.17.0"
|
||||
splashScreen = "1.2.0"
|
||||
lifecycleRuntimeKtx = "2.9.4"
|
||||
datastore = "1.1.7"
|
||||
lifecycleRuntimeKtx = "2.10.0"
|
||||
datastore = "1.2.0"
|
||||
# Compose
|
||||
activityCompose = "1.11.0"
|
||||
composeBom = "2025.11.00"
|
||||
liveData = "1.9.4"
|
||||
room = "2.8.3"
|
||||
material3 = "1.5.0-alpha08"
|
||||
activityCompose = "1.12.0"
|
||||
composeBom = "2025.11.01"
|
||||
liveData = "1.9.5"
|
||||
icons = "1.7.8"
|
||||
room = "2.8.4"
|
||||
navigation = "2.9.6"
|
||||
material3 = "1.5.0-alpha09"
|
||||
adaptive = "1.2.0"
|
||||
nav3Core = "1.0.0-rc01"
|
||||
# AboutLibraries
|
||||
|
|
@ -31,9 +33,9 @@ junit = "4.13.2"
|
|||
junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
# Plugins
|
||||
agp = "8.13.0"
|
||||
agp = "8.13.1"
|
||||
kotlin = "2.2.21"
|
||||
ksp = "2.3.2"
|
||||
ksp = "2.3.3"
|
||||
|
||||
[libraries]
|
||||
# Android X
|
||||
|
|
|
|||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,7 +1,7 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
|
||||
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
|||
|
|
@ -10,15 +10,15 @@ importers:
|
|||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^24.6.2
|
||||
version: 24.10.0
|
||||
version: 24.10.1
|
||||
typescript:
|
||||
specifier: ^5.9.3
|
||||
version: 5.9.3
|
||||
|
||||
packages:
|
||||
|
||||
'@types/node@24.10.0':
|
||||
resolution: {integrity: sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==}
|
||||
'@types/node@24.10.1':
|
||||
resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==}
|
||||
|
||||
typescript@5.9.3:
|
||||
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
||||
|
|
@ -30,7 +30,7 @@ packages:
|
|||
|
||||
snapshots:
|
||||
|
||||
'@types/node@24.10.0':
|
||||
'@types/node@24.10.1':
|
||||
dependencies:
|
||||
undici-types: 7.16.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue