Closed IzzySoft closed 3 months ago
Looks like AXML line number differences. I still don't know what causes this but AFAIK upgrading Android Gradle Plugin (from the currently used 7.2.2, which is from 2022) should fix it.
@IzzySoft The latest version used the newer Android Gradle Plugin with version 8.5.1. Try compiling it with the new version and hopefully everything will be fine.
:partying_face: RB now indeed, thanks! So the green shield should show up here with the next sync around 6 pm UTC, when the update has been pulled to the repo as well.
Thanks a lot, and congrats! And here's your welcome toot :smiley:
I've checked your app if its build is reproducible (see: Reproducible bulds, special client support and more in our repo), but while I was able to successfully generate the APK using
./gradlew assembleRelease
, the differences to the one provided at your latest release were huge. Was that APK really built from the commit the tag points to? If so, did I miss some build options? And if not, which commit was it?Here's the top of the APK diff:
Goes on for much longer. And it seems only XML of resources are affected. Maybe you have an idea why?
We'd appreciate if you could help making your build reproducible. We've prepared some hints on reproducible builds for that.
Looking forward to your reply!