Glusk / sprouts

A multi-platform implementation of Sprouts, built with libGDX.
MIT License
1 stars 1 forks source link

Deploy a signed and aligned apk #130

Closed Glusk closed 5 years ago

Glusk commented 5 years ago

In tag v0.7.0 the deployed apk is unsigned and unaligned, failing to install on devices.

Resources:

Glusk commented 5 years ago

Build errors. This is the issue: https://stackoverflow.com/questions/53996492/an-error-for-signingconfig-container-type-org-gradle-api-internal-factorynameddo/53996760

Glusk commented 5 years ago

Only add release signing config on travis builds: https://stackoverflow.com/questions/29919066/what-is-the-best-practice-to-use-keystores-to-sign-release-version-of-an-android

Glusk commented 5 years ago

./gradlew assembleRelease already produces the signed and aligned apk, if configured properly!

Resource: https://code-examples.net/en/q/13f3c70

Remove unneeded Travis commands!