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>