Skip to content

[#1069] Change version codes for FDroid abi split - #1070

Merged
Nain57 merged 1 commit into
masterfrom
dev-fdroid-version-codes
Aug 26, 2026
Merged

[#1069] Change version codes for FDroid abi split#1070
Nain57 merged 1 commit into
masterfrom
dev-fdroid-version-codes

Conversation

@Nain57

@Nain57 Nain57 commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Changes version codes management:

Currently:

  • armeabi-v7a 1 * 10_000 + 95 = 10,095
  • arm64-v8a 2 * 10_000 + 95 = 20,095
  • x86 3 * 10_000 + 95 = 30,095
  • x86_64 4 * 10_000 + 95 = 40,095

Requested:

  • armeabi-v7a 95 * 10_000 + 1 = 950,001
  • arm64-v8a 95 * 10_000 + 2 = 950,002
  • x86 95 * 10_000 + 3 = 950,003
  • x86_64 95 * 10_000 + 4 = 950,004

@Nain57
Nain57 merged commit efa1910 into master Aug 26, 2026
1 check passed
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