fix: make Android signing config conditional on ANDROID_KEYSTORE_PATH #440

Merged
guettlibot merged 1 commits from refs/pull/440/head into main 2026-06-05 09:48:49 +00:00
1 Commits
Author SHA1 Message Date
Thomas SharedInboxandClaude Sonnet 4.6 91011a59ed fix: make Android signing config conditional on ANDROID_KEYSTORE_PATH
BuildAndroidRelease intentionally builds without setting up the
keystore (unsigned AAB is later stamped and re-signed by SignAndroidBundle).
The old signingConfigs block called error() at Gradle configuration time,
failing even when the keystore is not needed for the build step.

Closes #439

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 11:13:35 +02:00