You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the package version with the 12-char short commit hash as the
config version marker. This ensures that any change to the default
config triggers a reset — even between releases that share the same
version number.
build.rs emits LINUXDO_GIT_HASH (fallback: LINUXDO_BUILD_VERSION) at
compile time. Android build.gradle.kts reads LINUXDO_GIT_HASH from
the environment or falls back to `git rev-parse --short=12 HEAD`.
Both release and edge CI workflows export LINUXDO_GIT_HASH=${GITHUB_SHA::12}.
0 commit comments