sparkfabrik/Build Android App

Build Android (gradle), export .apk or .aab, optional upload to Play Store, optional upload to BrowserStack App Live.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
build-typeYou can build an unsigned APK (assemble) or a signed AAB (bundle).noassemble
gradle-taskName of the gradle task to exec (eg. assembleDebug, assembleRelease, bundleRelease)noassembleDebug
increment-build-numberIncrement build numbernofalse
package-namePackage nameno
keystore-contentKeystore file content as base64 encoded stringno
keystore-passwordKeystore passwordno
keystore-aliasKeystore aliasno
json-key-dataJSON keystore file contentno
upload-to-play-storeUpload to Play Storenofalse
project-pathProject pathyes
output-pathOutput path of the buildnooutput.apk
browserstack-uploadBoolean to tell the Action to upload the .ipa to Browserstack App Live after the build.nofalse
browserstack-usernameBrowserstack username (required if browserstack-upload == true)no""
browserstack-access-keyBrowserstack access key (required if browserstack-upload == true)no""
fastlane-envName of the env file name to pass to fastlane --envno
ruby-versionSpecify the Ruby version you wish to usenohead
bundler-versionSpecify the Bundler version you wish to useno2.3
fastlane-versionSpecify the Fastlane version you wish to useno2.213.0
release-trackRelease track to targetnointernal
release-statusStatus of the releasenodraft

no outputs