Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dynamic patches without a patch number. #25796

Merged
merged 2 commits into from Dec 27, 2018
Merged

Allow dynamic patches without a patch number. #25796

merged 2 commits into from Dec 27, 2018

Conversation

sbaranov
Copy link
Contributor

@sbaranov sbaranov commented Dec 27, 2018

Unique patch numbers are mainly useful for canary and A-B testing, but otherwise complicate things and can now be omitted.

Also see flutter/engine#7309.

Unique patch numbers are mainly useful for canary and A-B testing, but otherwise complicate things and can now be omitted.
@zoechi zoechi added tool Affects the "flutter" command-line tool. See also t: labels. t: gradle "flutter build" and "flutter run" on Android labels Dec 27, 2018
Copy link
Contributor

@amirh amirh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (with a nit)

};

if (buildInfo.patchNumber != null) {
manifest.addAll(<String, dynamic>{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: manifest['patchNumber'] = ... might be more clear since we're adding just one key-value.

@sbaranov sbaranov merged commit bacaab9 into flutter:master Dec 27, 2018
@sbaranov sbaranov deleted the patch-num branch December 27, 2018 19:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
t: gradle "flutter build" and "flutter run" on Android tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants