Deletes scripts/build_android_bundle_local.sh, which required a host Android SDK and failed with No Android SDK found
Removes the build-android-bundle-local Taskfile task that invoked it
Rewrites deploy-android-bundle to call the existing Dagger publish-android pipeline (build → stamp versionCode → sign → upload) via sops exec-env for local secret injection — no local Android SDK needed
The publish-android Dagger function (ci/main.go) already handles everything the old script did (keystore decode, AAB build, signing) plus version-code stamping, so no changes to ci/main.go are required.
## Summary
- Deletes `scripts/build_android_bundle_local.sh`, which required a host Android SDK and failed with `No Android SDK found`
- Removes the `build-android-bundle-local` Taskfile task that invoked it
- Rewrites `deploy-android-bundle` to call the existing Dagger `publish-android` pipeline (build → stamp versionCode → sign → upload) via `sops exec-env` for local secret injection — no local Android SDK needed
The `publish-android` Dagger function (`ci/main.go`) already handles everything the old script did (keystore decode, AAB build, signing) plus version-code stamping, so no changes to `ci/main.go` are required.
Closes #444
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
scripts/build_android_bundle_local.sh, which required a host Android SDK and failed withNo Android SDK foundbuild-android-bundle-localTaskfile task that invoked itdeploy-android-bundleto call the existing Daggerpublish-androidpipeline (build → stamp versionCode → sign → upload) viasops exec-envfor local secret injection — no local Android SDK neededThe
publish-androidDagger function (ci/main.go) already handles everything the old script did (keystore decode, AAB build, signing) plus version-code stamping, so no changes toci/main.goare required.Closes #444
🤖 Generated with Claude Code