Hi Bitrise,
In my workflow, after run a Gradlew Runner who bundle a aab file, I deploy it with Deploy step.
It automatically generates a universal.apk file which is signed with an Android Debug key from the aab file.
Is this possible to stop āDeploy to Bitrise.ioā step generating/deploying this āuniversal.apkā file from aab file ?
Or at least, disable public install page by default for this āuniversal.apkā file?
For information, I run 2 Gradlew Runner steps who generate an APK file and an AAB file both signing with Release key.
Thank you.