From 2371774d5d990d9cc23e9d6db7f020c1f9e86d2f Mon Sep 17 00:00:00 2001 From: "Philipp C. Heckel" Date: Tue, 23 Sep 2025 10:15:38 -0400 Subject: [PATCH] Add APK signature fingerprint to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4dcf4fd..0c619c6e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ F-Droid release cycles take a while, so this will take a few days to get fixed. # ntfy Android App This is the Android app for [ntfy](https://github.com/binwiederhier/ntfy) ([ntfy.sh](https://ntfy.sh)). You can find the app in [F-Droid](https://f-droid.org/packages/io.heckel.ntfy/) or the [Play Store](https://play.google.com/store/apps/details?id=io.heckel.ntfy), -or as .apk files on the [releases page](https://github.com/binwiederhier/ntfy-android/releases). +or as .apk files on the [GitHub releases page](https://github.com/binwiederhier/ntfy-android/releases). + +If you're downloading the APKs from GitHub, they are signed with a certificate with the following SHA-256 fingerprint: `6e145d7ae685eff75468e5067e03a6c3645453343e4e181dac8b6b17ff67489d`. You can also query the DNS TXT records for `ntfy.sh` to find this fingerprint. ## Build For up-to-date building instructions, please see the [official docs](https://docs.ntfy.sh/develop/#android-app).