mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update ntfy to 1.12.0 (26)
This commit is contained in:
parent
12d28d8d60
commit
efe9900740
1 changed files with 15 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ SourceCode: https://github.com/binwiederhier/ntfy-android
|
|||
IssueTracker: https://github.com/binwiederhier/ntfy-android/issues
|
||||
Changelog: https://github.com/binwiederhier/ntfy-android/releases
|
||||
|
||||
AutoName: Ntfy
|
||||
AutoName: ntfy
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/binwiederhier/ntfy-android
|
||||
|
|
@ -154,7 +154,19 @@ Builds:
|
|||
- fdroid
|
||||
prebuild: sed -i -e '/google-services/d' build.gradle
|
||||
|
||||
- versionName: 1.12.0
|
||||
versionCode: 26
|
||||
commit: a4a66a1922a6918ce0c1baa801ab0bcdaf10a9c4
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/google-services/d' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v\d+\.\d+\.\d+
|
||||
CurrentVersion: 1.11.0
|
||||
CurrentVersionCode: 25
|
||||
CurrentVersion: 1.12.0
|
||||
CurrentVersionCode: 26
|
||||
|
|
|
|||
Loading…
Reference in a new issue