Skip to content

Bump version to 5.3.6 with build timestamp as version code - #3262

Closed
madeye wants to merge 1 commit into
masterfrom
bump-version-5.3.6
Closed

Bump version to 5.3.6 with build timestamp as version code#3262
madeye wants to merge 1 commit into
masterfrom
bump-version-5.3.6

Conversation

@madeye

@madeye madeye commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump versionName to 5.3.6.
  • Compute versionCode at build time from the UTC build date and hour (yyyyMMddHH, e.g. 2026080803), replacing the hardcoded 5030550.

Notes

  • Hour precision is deliberate: yyMMddHHmm would exceed Google Play's versionCode cap of 2,100,000,000. yyyyMMddHH stays below the cap until year 2100 and is strictly increasing across builds.
  • Verified locally: ./gradlew assembleDebug -PCARGO_PROFILE=debug -PTARGET_ABI=x86_64 succeeds and the APK reports versionCode='2026080803' versionName='5.3.6'.

@madeye madeye closed this Aug 8, 2026
@madeye
madeye deleted the bump-version-5.3.6 branch August 9, 2026 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant