-
Notifications
You must be signed in to change notification settings - Fork 3
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
Integrate build configs into flavors #642
Conversation
# Conflicts: # frontend/android/app/build.gradle
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.
Everything seems to be working for me.
I tested the release builds for bayern and nuernberg, did not test bayern-floss.
@@ -16,7 +16,7 @@ | |||
<option name="taskNames"> | |||
<list> | |||
<option value="run" /> | |||
<option value="--args="execute"" /> | |||
<option value="--args="create-admin bayern.ehrenamtskarte.app REGION_MANAGER [email protected] Administrator! 1"" /> | |||
</list> | |||
</option> | |||
<option name="vmOptions" value="" /> |
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.
Please readd the Run backend
run config
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.
Forgot to push something, fixed
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.
Are you sure you fixed it? I can't see it in the commits.
Co-authored-by: Michael Markl <[email protected]>
Select the build config based on a flavor instead of a gradle project property. Not sure if this is the way to go.
We are also hitting: pikaju/flutter-maps-launcher#27
If builds succeed then this is ready for review