From c5189a6cbecc4c36f5fbce9f95eed209159e920a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 17 Jan 2022 03:35:38 +0000 Subject: [PATCH] Update NextPush to 1.1.0 (7) --- metadata/org.unifiedpush.distributor.nextpush.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml index 73845ffa70..59bc95b63d 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -26,7 +26,18 @@ Builds: gradle: - yes + - versionName: 1.1.0 + versionCode: 7 + commit: 02bb2c03180a5b0fd338556982814ccb1b1aaa78 + 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 +CurrentVersion: 1.1.0 +CurrentVersionCode: 7