Skip to content

Commit

Permalink
fix docs showing wrong apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP authored Jan 14, 2024
1 parent bb4b5d2 commit 4cfc64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4cfc64e

Please sign in to comment.