· Föderation EN So 18.05.2025 19:49:30 @fdroidorg the same release version gets the same code for any supported arch. When the same release has one versioncode for one arch and a different versioncode for another arch of the same release, F-Droid blindly prefers the highest versioncode which implicitly selects the unfavorable arch. |
Föderation EN So 18.05.2025 20:08:45 @cobratbq The way metadata is used in F-Droid forces a different version code for each arch. We push developers to always favor better arches with the higher version code, eg. If armv7 be 1, then arm64 be 2, etc. If they do not enforce this, please open an issue upstream. |
Föderation EN So 18.05.2025 20:11:35 @fdroidorg that's clear. I stand corrected. Thanks. |