Skip to content

Bondwidth 1.0.0

Choose a tag to compare

@phonepvr phonepvr released this 15 Jun 16:47
5a88909
Fix F-Droid build: guard release signing on env var (#26)

F-Droid's remove_signing_keys strips the signingConfigs block and signingConfig= lines before building; the old buildTypes referenced signingConfigs.getByName("release") on a surviving line, crashing F-Droid's build. Guard on SIGNING_KEYSTORE_PATH env instead so only the stripped signingConfig= line touches signing; what remains is an empty if (unsigned release). Verified with fdroidserver's own remove_signing_keys. Dev/CI builds still sign.