Android app for ntfy.sh https://f-droid.org/packages/io.heckel.ntfy/
Philipp Heckel 3abd0b3da9 All the things; this should be it | 2 years ago | |
---|---|---|
app | 2 years ago | |
assets | 2 years ago | |
fastlane | 2 years ago | |
gradle | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 2 years ago | |
TESTING.md | 3 years ago | |
build.gradle | 2 years ago | |
gradle.properties | 3 years ago | |
gradlew | 3 years ago | |
gradlew.bat | 3 years ago | |
settings.gradle | 3 years ago |
This is the Android app for ntfy (ntfy.sh). It is available in the Play Store.
You can find the app in F-Droid or the Play Store, or as .apk files on the releases page.
Without Firebase, you may want to still change the default app_base_url
in strings.xml
if you're self-hosting the server. Then run:
# To build an unsigned .apk (app/build/outputs/apk/fdroid/*.apk)
./gradlew assembleFdroidRelease
# To build a bundle .aab (app/fdroid/release/*.aab)
./gradlew bundleFdroidRelease
To build your own version with Firebase, you must:
app/google-services.json
app_base_url
in strings.xmlThen run:
# To build an unsigned .apk (app/build/outputs/apk/play/*.apk)
./gradlew assemblePlayRelease
# To build a bundle .aab (app/play/release/*.aab)
./gradlew bundlePlayRelease
Made with ❤️ by Philipp C. Heckel, distributed under the Apache License 2.0.
Thank you to these fantastic resources: