Closed tomichec closed 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.
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.
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.