From ca37c30180356dc9a4084dc6494f34d46119c7ec Mon Sep 17 00:00:00 2001
From: Trent Larson <trent@trentlarson.com>
Date: Fri, 4 Apr 2025 20:10:09 -0600
Subject: [PATCH] add instructions for the release build

---
 BUILDING.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index c80ba22b..a5619b0e 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -204,9 +204,16 @@ Prerequisites: Android Studio with SDK installed
 ... or, to create the `aab` file, `bundle` instead of `build`:
 
    ```bash
-   ./gradlew bundle -Dlint.baselines.continue=true
+   ./gradlew bundleDebug -Dlint.baselines.continue=true
    ```
 
+... or, to create a signed release, add the gradle.properties.secrets file (see properties at top of build.gradle) and the time-safari-upload-key-pkcs12.jks file and `bundleRelease`:
+
+   ```bash
+   ./gradlew bundleRelease -Dlint.baselines.continue=true
+   ```
+
+
 
 ## First-time Android Configuration for deep links