-
Notifications
You must be signed in to change notification settings - Fork 93
Google Play Store Deployment Issues: Typos fixed, assets added, formatting adjusted #383
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
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only did a review of few files before sending the message on checklist on slack. will review the rest later after you go through the checklist.
@@ -0,0 +1,3 @@ | |||
{ | |||
"label": "Google Play Store Deployment Issues" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i've mentioned this many times, not to add "issues" as a topic name.
This happens when your build is signed using a **debug configuration**, which is not acceptable for release uploads. | ||
|
||
This means that your current build is using the **debug** signing config, which is meant for internal testing or development only. | ||
To fix this, you must update your **build.gradle** file and use the **release** signing configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move this line to the previous paragraph instead of creating a new para.
|
||
Follow the steps below to update your configuration: | ||
|
||
- Step 1: Find the debug keyword under buildTypes in android/app/builld.gradle in your project folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be bullets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove "step 1..2." too
|
||
This error means that the required **flutter_launcher_icons** package is missing or not properly configured. | ||
|
||
If the error is caused by fix build error in FlutterFlow then do the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"caused by fix build error" what does this mean
 | ||
|
||
|
||
If the error is caused by fix build error in GitHub Deployment then do the following: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
caused by fix build error??
|
||
Explanation: | ||
|
||
- flutter_launcher_icons: "^0.10.0": Specifies the version of the launcher icons package. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the title before colon (:) should be in bold.
Description
Provide a brief overview of what this documentation update is about. Explain what sections or topics are being added or revised.
Linear ticket and magic word Fixes DEVR-939
Type of change