FDroid version is older than 1.6
To help you out, the reason is a build error (for 1.6rc1 and 1.6):
MainActivity.java:326: error: cannot find symbol R.id.action_donate
While being on it: would you mind placing your screenshots into fastlane file structure, so they show up on F-Droid as well? Same way you could btw manage most of your app's metadata, and deploy them to Google Play at the same time.
@IzzySoft
Simple Accounting doesn't seem to have updated in FDroid, where can I see the logs?
@EmmanuelMess you can always visit the build logs and look for an entry of the app you wish to check. But I see no recent entry for Simple Accounting there. According to your app's metadata, the build block for 1.6 was added.
Now checking the last build explicitly, we see the build failed back in February – including the logs.
(Made this a bit more detailed so you now should have all relevant links to check with).
I thought that FDroid only checked tags for some reason.
Just check the tags and not build? What good should that do? We need to build the app to make it available. And when the build process fails, there's no APK we can publish, sorry…
Just check the tags and not build? What good should that do? We need to build the app to make it available. And when the build process fails, there's no APK we can publish, sorry…
What I meant was that to find the commit to build and publish, I thought it would use only the tag, it seems it also uses the versionCode.
It uses the tag to find the commit to build – but verifies versionName and versionCode before marking it for update.