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

Review the gradle build configuration is totally useless #11347

Open
1 task
magnus-ISU opened this issue Oct 31, 2024 · 0 comments
Open
1 task

Review the gradle build configuration is totally useless #11347

magnus-ISU opened this issue Oct 31, 2024 · 0 comments
Labels
from.page-issue Reported in a reader-filed concern

Comments

@magnus-ISU
Copy link

Page URL

https://docs.flutter.dev/deployment/android#review-the-gradle-build-configuration

Page source

No response

Describe the problem

To verify the Android build configuration, review the android block in the default Gradle build script. The default Gradle build script is found at [project]/android/app/build.gradle. You can change the values of any of these properties.

Okay, how can I change it?

Why do they look like variables if I'm supposed to edit them to hardcoded numbers? Where do those variables come from?

Expected fix

Explain that the values they are set to are constant defaults (that come from where?!) and explain how "you can change them" - either to real numbers, if you're supposed to hardcode them, or in the actual way you're supposed to change them if they are indeed variables that don't appear anywhere else in the codebase.

Additional context

You should not write documentation that is totally useless

I would like to fix this problem.

  • I will try and fix this problem on docs.flutter.dev.
@magnus-ISU magnus-ISU added the from.page-issue Reported in a reader-filed concern label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from.page-issue Reported in a reader-filed concern
Projects
None yet
Development

No branches or pull requests

2 participants
@magnus-ISU and others