gcx/frontend/genex-mobile/android
hailin 0cd5c58ecb feat(android): APK versionCode 自动递增 — 每次编译自增,各环境独立计数
参考 rwadurian mobile-app 的 version.properties 方案,为 genex-mobile
和 admin-app 添加 build 时 versionCode 自动 +1 逻辑:

- build.gradle.kts: calculateNextVersionCode() 读取 version.properties,
  自增后写回;versionName 格式 "pubspec版本.buildNumber"(如 1.0.0.42)
- .gitignore: 排除 /android/app/version.properties,每个构建环境
  (本机、CI、服务器)各自维护独立计数器,互不干扰
- 首次编译从 1 开始,后续跨日期持续递增,保证 APK 版本始终唯一

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 09:09:13 -08:00
..
app feat(android): APK versionCode 自动递增 — 每次编译自增,各环境独立计数 2026-03-03 09:09:13 -08:00
gradle/wrapper feat: Create genex-mobile app with coupon lifecycle management redesign 2026-02-11 17:57:16 -08:00
.gitignore feat: Create genex-mobile app with coupon lifecycle management redesign 2026-02-11 17:57:16 -08:00
build.gradle.kts feat: Create genex-mobile app with coupon lifecycle management redesign 2026-02-11 17:57:16 -08:00
gradle.properties feat: Create genex-mobile app with coupon lifecycle management redesign 2026-02-11 17:57:16 -08:00
settings.gradle.kts feat: Create genex-mobile app with coupon lifecycle management redesign 2026-02-11 17:57:16 -08:00