We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d2b759 + 4cfc64e commit 9ca5133Copy full SHA for 9ca5133
docs/develop.md
@@ -363,7 +363,7 @@ To build your own version with Firebase, you must:
363
* And change `app_base_url` in [values.xml](https://github.com/binwiederhier/ntfy-android/blob/main/app/src/main/res/values/values.xml)
364
* Then run:
365
```
366
-# To build an unsigned .apk (app/build/outputs/apk/play/*.apk)
+# To build an unsigned .apk (app/build/outputs/apk/play/release/*.apk)
367
./gradlew assemblePlayRelease
368
369
# To build a bundle .aab (app/play/release/*.aab)
0 commit comments