Android Build, Sign & Release
Version updated for https://github.com/FreetimeMaker/android-ci-action to version v1.2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of building, signing, and releasing Android apps in a continuous integration (CI) environment. It uses Gradle to build the app, detects version details from Gradle files, optionally scans unsigned APKs for malware using VirusTotal, automatically creates version-based git tags, and signs APK/AAB artifacts using flexible keystore options. By eliminating external dependencies and simplifying artifact creation, it streamlines app release workflows for developers.
What’s Changed
What has changed?
ยท Updated the Action to use when applied Virus Total scan with your own API Key
Full Changelog: https://github.com/FreetimeMaker/android-ci-action/compare/v1.1.0...v1.2.0