Lacerte / clima

MOVED TO https://codeberg.org/Lacerte/clima
Mozilla Public License 2.0
105 stars 14 forks source link

Fix signing key config for release APKs (again) #338

Closed triallax closed 2 years ago

triallax commented 2 years ago

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 no key.properties file exists.

Testing

Try to build a release APK and install it.

Checklist