samotari / crypto-terminal

CryptoTerminal is an open-source terminal application with which merchants can accept in-person cryptocurrency payments.
https://samotari.github.io/cryptoterminal.eu/
GNU Affero General Public License v3.0
93 stars 57 forks source link

fdroid build script adds missing supporting files #345

Closed tomichec closed 5 years ago

tomichec commented 5 years ago

This is the pull request which adds some files that are missing for a successful gradle build, that is required for a fdroid.

After including this PR, re-run ./scripts/fdroid-release.sh to update the fdroid branch.

chill117 commented 5 years ago

I ran npm run release:fdroid again with the changes from this PR. Now the gradle build appears to be successful. The fdroid branch and tag have also been updated with the changes.

tomichec commented 5 years ago

Thanks @chill117 , I have notified the fdroid maintainers.

It might be a good idea to include all files in the platforms/android directory rather than naming the files specificaly, to avoid broken builds when there are more packages added to the frdoid branch. Or maybe do some check if the build goes through all right.