mining-app 的 versionCode 写死为 1,导致版本升级检测永远无法触发。 参照 mobile-app 实现,添加 Gradle 层自增 + 构建脚本两层机制: - build.gradle.kts: version.properties 自增 versionCode - scripts/build.sh: 自动 bump pubspec.yaml buildNumber Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.