When I select release as my build variant in AS, t...
# android-studio
z
When I select release as my build variant in AS, theres always a few modules that I need to change manually. Why is that?
m
In my experience, when I first change the android application module first, then others will change automatically to the same (or fallback) variant.
z
This is what I do as well, but there's always a few modules that just remain on the old value
u
why do you switch to release, though?
z
To make sure behavior is consistent before I push anything to the play store! 😃
u
yea but you can buikd it via commandline, no need to mess around with build variants
./gradlew :app:assembleRelease