Skip to content

Commit 9ca5133

Browse files
Merge pull request #1001 from UpcraftLP/patch-1
fix apk output path in docs
2 parents 1d2b759 + 4cfc64e commit 9ca5133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ To build your own version with Firebase, you must:
363363
* And change `app_base_url` in [values.xml](https://github.com/binwiederhier/ntfy-android/blob/main/app/src/main/res/values/values.xml)
364364
* Then run:
365365
```
366-
# To build an unsigned .apk (app/build/outputs/apk/play/*.apk)
366+
# To build an unsigned .apk (app/build/outputs/apk/play/release/*.apk)
367367
./gradlew assemblePlayRelease
368368
369369
# To build a bundle .aab (app/play/release/*.aab)

0 commit comments

Comments
 (0)