063ec6ba0f0b64488f0907424d9824f23615fb07 caused release APKs to be built without a signing config, thus failing to install. This PR "reverts" that commit, but fixes flutter build apk --release erroring if no key.properties file exists.
Testing
Try to build a release APK and install it.
[ ] This change adds test coverage for new/changed/fixed functionality
Checklist
[x] The correct base branch is being used, if not master
Description
Fix signing key config for release APKs (again).
063ec6ba0f0b64488f0907424d9824f23615fb07 caused release APKs to be built without a signing config, thus failing to install. This PR "reverts" that commit, but fixes
flutter build apk --release
erroring if nokey.properties
file exists.Testing
Try to build a release APK and install it.
Checklist
master