chore: 同步主分支
This commit is contained in:
parent
7f248802d5
commit
0fc2383e6c
4 changed files with 13 additions and 13 deletions
2
.github/workflows/android_ci.yml
vendored
2
.github/workflows/android_ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
|
|
||||||
# 缓存NDK
|
# 缓存NDK
|
||||||
- name: Cache NDK
|
- name: Cache NDK
|
||||||
uses: actions/cache@v5.0.2
|
uses: actions/cache@v5.0.3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ env.ANDROID_HOME }}/ndk
|
${{ env.ANDROID_HOME }}/ndk
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@ splashScreen = "1.2.0"
|
||||||
lifecycleRuntimeKtx = "2.10.0"
|
lifecycleRuntimeKtx = "2.10.0"
|
||||||
datastore = "1.2.0"
|
datastore = "1.2.0"
|
||||||
# Compose
|
# Compose
|
||||||
activityCompose = "1.12.2"
|
activityCompose = "1.12.3"
|
||||||
composeBom = "2026.01.00"
|
composeBom = "2026.01.01"
|
||||||
liveData = "1.10.1"
|
liveData = "1.10.2"
|
||||||
room = "2.8.4"
|
room = "2.8.4"
|
||||||
material3 = "1.5.0-alpha12"
|
material3 = "1.5.0-alpha13"
|
||||||
adaptive = "1.2.0"
|
adaptive = "1.2.0"
|
||||||
nav3Core = "1.0.0"
|
nav3Core = "1.0.0"
|
||||||
# AboutLibraries
|
# AboutLibraries
|
||||||
|
|
@ -32,8 +32,8 @@ junitVersion = "1.3.0"
|
||||||
espressoCore = "3.7.0"
|
espressoCore = "3.7.0"
|
||||||
# Plugins
|
# Plugins
|
||||||
agp = "9.0.0"
|
agp = "9.0.0"
|
||||||
kotlin = "2.3.0"
|
kotlin = "2.3.10"
|
||||||
ksp = "2.3.4"
|
ksp = "2.3.5"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
# Android X
|
# Android X
|
||||||
|
|
|
||||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=0d585f69da091fc5b2beced877feab55a3064d43b8a1d46aeb07996b0915e0e0
|
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|
|
||||||
|
|
@ -10,15 +10,15 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^24.6.2
|
specifier: ^24.6.2
|
||||||
version: 24.10.9
|
version: 24.10.10
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.9.3
|
specifier: ^5.9.3
|
||||||
version: 5.9.3
|
version: 5.9.3
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
'@types/node@24.10.9':
|
'@types/node@24.10.10':
|
||||||
resolution: {integrity: sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==}
|
resolution: {integrity: sha512-+0/4J266CBGPUq/ELg7QUHhN25WYjE0wYTPSQJn1xeu8DOlIOPxXxrNGiLmfAWl7HMMgWFWXpt9IDjMWrF5Iow==}
|
||||||
|
|
||||||
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.9':
|
'@types/node@24.10.10':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 7.16.0
|
undici-types: 7.16.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue