vpnhide/.github
okhsunrog 98b05c256f fix(lsposed): skip version-mismatch warning for dev builds
Dashboard compared module.prop versions (e.g. 0.6.2) directly against
BuildConfig.VERSION_NAME (which carries the git-describe suffix
0.6.2-14-g1f2205e on dev builds), always flagging mismatch. Now uses
baseVersion() to strip -N-gSHA before comparison; pre-release tags
(-rc1, -beta) are preserved.

Adds unit tests for normalizeVersion, compareSemver, baseVersion and
versionsMismatch, and wires :app:testDebugUnitTest into CI so they
actually run.
2026-04-19 18:51:32 +03:00
..
docker/ci ci: add Android SDK to CI image, revert lsposed job to container 2026-04-13 15:35:28 +03:00
workflows fix(lsposed): skip version-mismatch warning for dev builds 2026-04-19 18:51:32 +03:00