Thursday, 18 October 2018

Executing a task after a signed bundle is created

I would like to take the generated signed bundle from Android Studio and generate all apks and install them on every device that is connected to my computer at that time.

I know how to generate the apks and install them but I don't know how to run that script after a signed bundle is created. I only want this to run when I use Build -> Generate signed bundle/apk and choose a bundle and the production release flavor.

Can I do that with gradle?

Thanks.



from Executing a task after a signed bundle is created

No comments:

Post a Comment