onionshare / onionshare-android

Android version of OnionShare

Home Page:https://onionshare.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nightly builds might get signed with a different key for each build

grote opened this issue · comments

This makes it impossible to update to new versions without uninstalling old versions before.

🤦

Due to wardvl/f-droid-nightly-action#3 we weren't letting fdroidserver resign our APK. However, the persistent keystore only got extracted after gradle had already signed the build.

Let's see if those two commits have fixed it:

Looks like that did the trick. The last two merges were signed with the same key as a79d21b.