97c049e453
signingConfigs.create() was running unconditionally, casting null properties to String before the buildTypes guard could take effect. CI has no key.properties so the cast threw. Now falls back to debug signing when the keystore file is absent.