The steps listed below are specific to the Android build profiles.
You can find the full list of available workflow steps in our central component repository and under each workflow step in this document, you can find the related repository URL, which also includes the documentation for the related step.
This step builds your Android application for the architectures specified in your project.
​https://github.com/appcircleio/appcircle-android-build-component​
Tip: If you are using Gradle 4.3 and above in your project, you can just use the --scan
flag in the build step to enable build scans. For existing projects, you may need to add the Gradle Scan (Gradle Enterprise) plugin. For more information, please refer to https://scans.gradle.com/​
This step signs your APK or App Bundle with the given Android keystore and export a binary file compatible with Android devices.
​https://github.com/appcircleio/appcircle-android-sign-component​
This step performs necessary system operations to identify and process the Android output binary files.
​https://github.com/appcircleio/appcircle-android-post-process-component​
This step runs lint Gradle tasks on the source files of the project.
​https://github.com/appcircleio/appcircle-android-lint-component​
This step runs the unit tests of the project.
​https://github.com/appcircleio/appcircle-android-unit-test-component​