You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Now that #36 is fixed, we want F-Droid to build the new APK whenever we release.
Problem is, it currently doesn't have the versionCode information.
When tagging a new release, should be providing the build.gradle so fdroidserver can read it.
It's currently available under .buildozer/android/platform/build/dists/etheroll/build.gradle and should probably be tracked in the code.
The text was updated successfully, but these errors were encountered:
Now that #36 is fixed, we want F-Droid to build the new APK whenever we release.
Problem is, it currently doesn't have the
versionCode
information.When tagging a new release, should be providing the
build.gradle
so fdroidserver can read it.It's currently available under
.buildozer/android/platform/build/dists/etheroll/build.gradle
and should probably be tracked in the code.The text was updated successfully, but these errors were encountered: