- Home
- Code signing
- Android code signing
Android code signing
Abstract
Before you distribute your Android app through Google Play Store, your APK or AAB file must be digitally signed. You can use the dedicated Bitrise Step or perform code signing with a Gradle configuration.
Before you distribute your app through Google Play Store, your APK file must be digitally signed.
You can specify the code signing configuration for your project in Android Studio or manually in your Gradle configuration. You can also use the Android Sign Step in your Bitrise Workflow Editor to have your APK signed automatically.
In this section: