Skip to main content

(Android) Deploy to Bitrise.io

Description

Build and distribute your app to testers via the Bitrise.io Ship add-on.

Instructions

Deploying a release build

If you want to deploy a release build, don't forget to set up code signing on Bitrise to build and sign the APK with your release key.

  1. Add the Android Build Step and set the following inputs:

    • Build type: Set this to apk.

    • Variant: Use releasedebug, or one of your custom variants if you have any.

  2. If you build a release variant, add the Android Sign Step.

    You can skip this if you plan to deploy an unsigned debug variant.

  3. Add a Deploy to Bitrise.io - Apps, Logs, Artifacts Step.

bitrise.yml

- [email protected]:
    inputs:
    - variant: release
    - build_type: apk
- [email protected]: {}
- [email protected]: {}