mattschoe/Android Release APK

Builds an Android APK with Gradle and attaches it (plus optional docs) to the triggering GitHub Release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
java-versionJDK version to build with.no21
gradle-taskGradle task that produces the release APK.noassembleRelease
apk-pathPath/glob of the built APK to attach to the release.noapp/build/outputs/apk/release/app-release.apk
keystore-pathWhere to write the decoded keystore (must match build.gradle.kts).noapp/keystore.jks
docs-taskOptional extra Gradle task to generate docs (e.g. dokkaGenerate).no""
docs-dirOptional directory to zip into documentation.zip and attach.no""
keystore-base64Base64-encoded release keystore. Omit to build unsigned.no""
keystore-passwordKeystore password.no""
key-aliasKey alias.no""
key-passwordKey password.no""

no outputs