From dd56885f87c2b4ec0eed235b50ec6ec8f47a1100 Mon Sep 17 00:00:00 2001 From: S1m Date: Wed, 7 Jun 2023 03:46:31 +0000 Subject: [PATCH] Move NextPush to codeberg --- .../org.unifiedpush.distributor.nextpush.yml | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml index 9bde4b3187..aa6f95c493 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -2,17 +2,17 @@ Categories: - Connectivity - System License: AGPL-3.0-only -AuthorName: UnifiedPush +AuthorName: UnifiedPush, S1m 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 +SourceCode: https://codeberg.org/NextPush/nextpush-android +IssueTracker: https://codeberg.org/NextPush/nextpush-android/issues +Changelog: https://codeberg.org/NextPush/nextpush-android/releases Name: NextPush AutoName: NextPush RepoType: git -Repo: https://github.com/UP-NextPush/android.git +Repo: https://codeberg.org/NextPush/nextpush-android.git Builds: - versionName: 1.0.1 @@ -198,7 +198,14 @@ Builds: gradle: - yes + - versionName: 1.7.0 + versionCode: 25 + commit: e15a6608ab924f227df7bd01d4bec97dcfea449b + subdir: app + gradle: + - yes + AutoUpdateMode: Version -UpdateCheckMode: Tags \d+\.\d+(\.\d+)? -CurrentVersion: 1.6.3 -CurrentVersionCode: 24 +UpdateCheckMode: Tags ^[\d.]+$ +CurrentVersion: 1.7.0 +CurrentVersionCode: 25