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
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.
The text was updated successfully, but these errors were encountered:
Page URL
https://docs.flutter.dev/deployment/android#review-the-gradle-build-configuration
Page source
No response
Describe the problem
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.
The text was updated successfully, but these errors were encountered: