From 3bd4ab1bb30f145c6e0a56567b8b4158fd403de2 Mon Sep 17 00:00:00 2001 From: S1m Date: Wed, 8 Dec 2021 00:42:51 +0000 Subject: [PATCH] add Nextpush --- .../org.unifiedpush.distributor.nextpush.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/org.unifiedpush.distributor.nextpush.yml diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml new file mode 100644 index 0000000000..73845ffa70 --- /dev/null +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -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