Skip to content

Sort versions with same version code by native code as well

Some repos (like SimpleX Chat) publish several versions with the same version code only different in native code (CPU arch). Previously, the sorting of those versions was non-deterministic, now we at least make them deterministic by sorting by native code as well in lexicographic ascending order, so arm64 is shown before armeabi-v7a.

Fixes #2792 (closed)

Merge request reports