Closed IzzySoft closed 1 month ago
Fixed, thank you.
Thanks! But: fixed how? Which commit is it I'd need to build the app from so it would be identical? I see the versioning is fixed in the latest commit now. So I guess I shall wait for the next release then to retry? Just need to know :wink:
@ClusterM Any ETA for said release?
@ClusterM any word?
@IzzySoft Sorry for not so fast answer. Check it now. It's 100% the same code used to build release.
Thanks Alexey! This time it's me who has to apologize for the delay (I've been on vacation for the last 3 weeks). Seeing there were some new releases, I gave the latest one (v1.7) a try – and congrats, you made it! Here comes your welcome toot
and maybe you want to pick a badge to link to your app at IzzyOnDroid e.g. from the Readme?
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
, it didn't match yours. According to the diff in theAndroidManifest.xml
, your APK cannot have been built from the commit the tag points to:Looks rather like some uncommitted change, as even the manifest at the current
HEAD
still hasversionCode: 8
.Could you please push the commit you've built from, and let me know what commit hash it is? And ideally, with future releases build the APK from a clean tree at the commit the tag points to? Thanks in advance!
PS: some more hints on increasing chances for a reproducible build can be found with our hints on reproducible builds in the IzzyOnDroid wiki :wink: