From 4cfc64e528a66e5fb21340e45fad1f622aec8b0f Mon Sep 17 00:00:00 2001 From: Up <10714589+UpcraftLP@users.noreply.github.com> Date: Sun, 14 Jan 2024 10:25:46 +0100 Subject: [PATCH] fix docs showing wrong apk path --- docs/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop.md b/docs/develop.md index b090c8c5..e343503b 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -363,7 +363,7 @@ To build your own version with Firebase, you must: * And change `app_base_url` in [values.xml](https://github.com/binwiederhier/ntfy-android/blob/main/app/src/main/res/values/values.xml) * Then run: ``` -# To build an unsigned .apk (app/build/outputs/apk/play/*.apk) +# To build an unsigned .apk (app/build/outputs/apk/play/release/*.apk) ./gradlew assemblePlayRelease # To build a bundle .aab (app/play/release/*.aab)