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
The documentation states it's recommended to guard both production app configurations and also production build configurations. I understand that my production app configuration is my main app module's release variant (in my app's build.gradle file). How and where should I configure it for my build configuration? I have a multi-module Android project with an included build (build-logic) and a few custom convention plugins.
The text was updated successfully, but these errors were encountered:
The documentation states it's recommended to guard both production app configurations and also production build configurations. I understand that my production app configuration is my main app module's release variant (in my app's build.gradle file). How and where should I configure it for my build configuration? I have a multi-module Android project with an included build (
build-logic
) and a few custom convention plugins.The text was updated successfully, but these errors were encountered: