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
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Bug 1945334 - Make gradle supports beta build. r=firefox-build-system-reviewers,nalexander
Remove 'b[0-9]' from MOZ_APP_VERSION before computing version code.
MOZ_APP_VERSION is "136.0b0" with
"--as-milestone=early-beta". However, computeVersionCode() in
m-c/build.gradle fails to parse it. It supports only "136.0a0" or
alike.
Differential Revision: https://phabricator.services.mozilla.com/D236463
0 commit comments