mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1640] ntfy-android repo does not build and is not up-to-date #1144
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @friebi on GitHub (Mar 7, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1640
🐞 Describe the bug
Building the current head of ntfy-android fails with below error.
And in PlayStore I see the version 1.24.0 which is not in the github repo and I'm continuously getting the update error notification on my phone since I'm using a self-hosted environment with a self-built app which PlayStore tries to upgrade and fails.
💻 Components impacted
Android app
💡 Screenshots and/or logs
build log
Downloading https://services.gradle.org/distributions/gradle-9.2.1-bin.zip
............10%.............20%.............30%.............40%.............50%.............60%.............70%.............80%.............90%.............100%
Welcome to Gradle 9.2.1!
Here are the highlights of this release:
For more details see https://docs.gradle.org/9.2.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
Execution failed for task ':app:lintVitalPlayRelease'.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 10.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/9.2.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
51 actionable tasks: 51 executed
Fix the issues identified by lint, or create a baseline to see only new errors.
To create a baseline, run
gradlew updateLintBaselineafter adding the following to the module's build.gradle file:For more details, see https://developer.android.com/studio/write/lint#snapshot
Lint found 20 errors. First failure:
/home/runner/work/ntfy-android-builder/ntfy-android-builder/ntfy-android/app/src/main/res/values-sk/strings.xml:353: Error: "channel_subscriber_notification_reconnecting_one" is translated here but not found in default locale [ExtraTranslation]
opätovné pripojenie k 1 téme …
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The full lint text report is located at:
/home/runner/work/ntfy-android-builder/ntfy-android-builder/ntfy-android/app/build/intermediates/lint_vital_intermediate_text_report/playRelease/lintVitalReportPlayRelease/lint-results-playRelease.txt
🔮 Additional context
@binwiederhier commented on GitHub (Mar 7, 2026):
Apologies, I had forgotten to push the latest main. This is the version that's on Google Play being rolled out: https://github.com/binwiederhier/ntfy-android/releases/tag/v1.24.0-rc1
@friebi commented on GitHub (Mar 7, 2026):
Thank you! And thank you for this awesome project! Love it!