mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
This changes the logic of Utils.getBinaryHash() to return null on failure rather than only throwing exceptions. That makes it easier to handle these failures where Utils.getBinaryHash() is called. #1305 #855