Lacerte / clima

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

[android] remove release signing config #332

Closed triallax closed 2 years ago

triallax commented 2 years ago

Description

Remove signing config stuff from build.gradle.

This causes errors like https://github.com/Lacerte/clima/issues/247#issuecomment-1117657630 if no key.properties file is present. Also, we never actually used this functionality (the APKs we used to release with each GitHub release were built using the debug signing config!), and it's still possible to sign an APK manually using apksigner.

References

Testing

Try running flutter build apk --release and flutter build apk --debug.

Checklist

@WhyNotHugo you'll probably need to update your build manifest when this is merged.