Skip to content

manager: extend versionCode to Long to exceed Int.MAX#9820

Closed
Numbersf wants to merge 1 commit into
topjohnwu:masterfrom
Numbersf:master
Closed

manager: extend versionCode to Long to exceed Int.MAX#9820
Numbersf wants to merge 1 commit into
topjohnwu:masterfrom
Numbersf:master

Conversation

@Numbersf
Copy link
Copy Markdown

Fixed an issue where versionCode would get stuck at 2147483647. Updated data type to Long to support larger version numbers. Some modules call multiple parameters for versionCode, causing it to reach 10 digits, which may cause issues on Android 21+. Please check for any omissions.

Fixed an issue where versionCode would get stuck at 2147483647. Updated data type to Long to support larger version numbers.
Some modules call multiple parameters for versionCode, causing it to reach 10 digits, which may cause issues on Android 21+. Please check for any omissions.
@vvb2060
Copy link
Copy Markdown
Collaborator

vvb2060 commented Apr 21, 2026

The documentation requires that the module version code be of type int, and I believe modules should comply with this requirement.

versionCode=<int>

Comment thread docs/guides.md
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run

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.

4 participants