1
0
mirror of synced 2026-03-22 20:54:47 +08:00

chore: update android gradle versionCode

This commit is contained in:
YunYouJun
2025-10-07 20:39:25 +08:00
parent 6c1ee33a67
commit 3c451e86ce
4 changed files with 20 additions and 83 deletions

View File

@@ -31,7 +31,7 @@
"release": "bumpp",
"sync": "cap sync",
"test": "vitest",
"typecheck": "vue-tsc --noEmit"
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@capacitor/app": "7.1.0",
@@ -65,7 +65,7 @@
"@pinia/nuxt": "^0.11.2",
"@pinia/testing": "^1.0.2",
"@types/node": "^24.7.0",
"@unhead/vue": "^2.0.17",
"@unhead/vue": "^2.0.18",
"@unocss/eslint-config": "^66.5.2",
"@unocss/nuxt": "^66.5.2",
"@vite-pwa/nuxt": "^1.0.4",
@@ -90,7 +90,7 @@
"typescript": "^5.9.3",
"unocss": "^66.5.2",
"vitest": "^3.2.4",
"vue-tsc": "^3.1.0"
"vue-tsc": "^3.1.1"
},
"resolutions": {
"unplugin": "^2.3.10",