MovixOpenSource/.github
Claude 9cf3ea79cf
ci: add Android APK build job
New build_android job running on ubuntu-latest:
- setup-java@v4 with JDK 17 (Temurin) matching compileOptions
- npm ci + build:userscript (same as iOS job)
- Gradle cache keyed on wrapper + root/app build.gradle hashes
- ./gradlew assembleRelease --no-daemon
- Artifact: Movix-Android-<version>, retention 30 days

Both jobs now triggered independently via workflow_dispatch booleans
(build_ios / build_android, both default true).
APK is debug-signed (falls back to signingConfigs.debug when no
keystore.properties) — suitable for sideloading.

https://claude.ai/code/session_01X52sah6aUu3ou26uJWHgzr
2026-06-11 15:22:39 +00:00
..
workflows ci: add Android APK build job 2026-06-11 15:22:39 +00:00