mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
add Nextpush
This commit is contained in:
parent
0a4dbe68b1
commit
3bd4ab1bb3
1 changed files with 32 additions and 0 deletions
32
metadata/org.unifiedpush.distributor.nextpush.yml
Normal file
32
metadata/org.unifiedpush.distributor.nextpush.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Connectivity
|
||||
- System
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: UnifiedPush
|
||||
WebSite: https://unifiedpush.org/
|
||||
SourceCode: https://github.com/UP-NextPush/android
|
||||
IssueTracker: https://github.com/UP-NextPush/android/issues
|
||||
Changelog: https://github.com/UP-NextPush/android/releases
|
||||
|
||||
Name: NextPush
|
||||
AutoName: NextPush
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/UP-NextPush/android.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 6
|
||||
commit: 1.0.1
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags \d+\.\d+(\.\d+)?
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue