mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 02:07:58 +00:00
c965746f8f
CI_BUILD_ID was using github.run_number which is per-workflow, causing different workflows to produce different versionCodes (144 vs 9). Now computed from git commit count + offset, consistent across all workflows. Also added bundle task to local auto-increment.