Android - stop "Deploy to Bitrise.io" step generating/deploying universal.apk file from aab file

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.

1 Like

Tracked here: No way to opt out of universal APK generation Ā· Issue #93 Ā· bitrise-steplib/steps-deploy-to-bitrise-io Ā· GitHub

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.