Closed IzzySoft closed 3 months ago
PS: forgot to link your welcome toot:
Thanks for reporting this! :thinking: I'll have a better look in the following days/weeks.
Thanks! If you have any questions, just ask :smiley:
Should be fixed in v1.1.3 :) Let me know if that's indeed the case so I can close the issue.
Confirmed @sndnv – as you can see:
the "Signing block blobs" are gone, no permissions are "chocolate" (warning color) – and the green shield is still up :smiley: Thanks a lot, and once more welcome aboard!
The update checker today reported multiple problems here after fetching the latest release:
The first message means you forgot to increase
versionCode
when making the release. That's what Android uses internally to tell versions apart – so this update will reach no existing installation as each client assumes already having it (1 == 1
).The second line means I'll have to add those permissions to your app's "green list": a backup app of course needs full storage access (done; see screenshot below).
As for
DEPENDENCY_INFO_BLOCK
, this can easily be avoided with a minor addition to yourbuild.gradle
:For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains. More details can be found e.g. here: Ramping up security: additional APK checks are in place with the IzzyOnDroid repo.
That said: you might wish to pick a badge to link to your app at the IzzyOnDroid repo e.g. from your Readme. And congrats, your app was just confirmed as Reproducible Build (also see Reproducible Builds, special client support and more at IzzyOnDroid) and thus will carry the green shield indicating that: