Skip to content

appcircleio/appcircle-android-resign-component

Repository files navigation

Appcircle Android Re-Sign component

Re-sign the unsigned output file from the build step with the selected keystore to export a binary compatible with Android devices.

Required Inputs

  • AC_RESIGN_APK_URL: Apk,AAB File Path. Specify apk,aab file.
  • AC_RESIGN_FILENAME: File Name. Specify re-signed file name.
  • AC_RESIGN_TARGETS: Targets. Android targets.
  • AC_ANDROID_KEYSTORE_PATH: Android Keystore Path. (Autogenerated) Keystore file can be selected in the build settings.
  • AC_ANDROID_KEYSTORE_PASSWORD: Android Keystore Password. This value is autogenerated according to the build settings.
  • AC_ANDROID_ALIAS: Android Alias. This value is autogenerated according to the build settings.
  • AC_ANDROID_ALIAS_PASSWORD: Android Alias Password. This value is autogenerated according to the build settings.

Output Variables

  • AC_SIGNED_APK_PATH: Signed APK Path. Path of the signed apk file.
  • AC_SIGNED_AAB_PATH: Signed AAB Path. Path of the signed aab file.
  • AC_CONVERT_AAB_TO_APK: Converts the uploaded AAB into a universal APK using bundletool. This option is only applicable if the uploaded file is an AAB.
  • AC_BUNDLETOOL_VERSION: Bundletool version to install. The default value is latest. To install a different version, please refer to this document. For example 1.18.1.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages