I am creating an android app and i have 3 flavors of it. Is there a way that i can write a script within Gradle which will call assembleRelease on all the flavors that i have for it with a single command as opposed to running each release command independently?
Asked
Active
Viewed 1,044 times
1 Answers
4
I just found out that the command that i want is actually called assembleRelease
. LOL.

DArkO
- 15,880
- 12
- 60
- 88