From 8d68b292c89a66953de17f65b6b1df028b2dbcdf Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 15 Dec 2025 03:38:24 -0800 Subject: [PATCH] =?UTF-8?q?fix(deps):=20=E9=99=8D=E7=BA=A7=20share=5Fplus?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E4=BF=AE=E5=A4=8D=20Android=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 share_plus 从 ^10.0.0 降级到 ^7.2.2,解决 Android SDK 35 构建时的 Kotlin 编译错误 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/mobile-app/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/mobile-app/pubspec.yaml b/frontend/mobile-app/pubspec.yaml index d1c60408..937c0347 100644 --- a/frontend/mobile-app/pubspec.yaml +++ b/frontend/mobile-app/pubspec.yaml @@ -54,7 +54,7 @@ dependencies: image_picker: ^1.0.7 permission_handler: ^11.3.1 url_launcher: ^6.2.6 - share_plus: ^10.0.0 + share_plus: ^7.2.2 # 生物识别 local_auth: ^2.2.0