From c9883a1279d56bef9441ae170682ea7bcc2453c5 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Wed, 13 May 2026 08:28:45 +1000 Subject: [PATCH] chore: remove extra newline in SIGNING_SETUP.md --- android/SIGNING_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/SIGNING_SETUP.md b/android/SIGNING_SETUP.md index bf6a2d0..409268d 100644 --- a/android/SIGNING_SETUP.md +++ b/android/SIGNING_SETUP.md @@ -1,5 +1,5 @@ # Android App Signing Setup - + ## Why This Matters Android requires apps to be signed with the same key for updates to work. Without proper signing, users cannot update your app - they must uninstall and reinstall, losing all data.