Sign Android App with YAML

YAML parameters for Sign Android App

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to ANDROID_SIGN.
local_path
Required
StringThe path to the generated .apk file.
application_name
Required
StringThe name of the signed APK file.
key_path
Required
StringThe path to the authorization key file.
build_tool_version
Required
StringThe version of the Android Build Tools.
keystore_password
Required
StringThe keystore password.
output_dirStringThe directory in which the signed APK will be stored.
key_aliasStringThe key alias name.
key_passwordStringThe key password.

YAML example for Sign Android App

actions:
- action: "Sign Android App"
  type: "ANDROID_SIGN"
  trigger_time: "ON_EVERY_EXECUTION"
  local_path: "my-app-unsigned-aligned.apk"
  output_dir: "out"
  application_name: "my-app-release.apk"
  key_path: "my-release-key.jks"
  key_password: "${key_password}"
  keystore_password: "${keystore_password}"
  build_tool_version: "26.0.2"

Last modified on April 26, 2022

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.