3

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?

DArkO
  • 15,880
  • 12
  • 60
  • 88

1 Answers1

4

I just found out that the command that i want is actually called assembleRelease. LOL.

DArkO
  • 15,880
  • 12
  • 60
  • 88