From 23f609e449ca330342c5d9d3ec177202c95b984a Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 18 Jan 2022 03:44:15 +0000 Subject: [PATCH] Update NextPush to 1.1.1 (8) --- 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 59bc95b63d..bdc4d36071 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -37,7 +37,18 @@ Builds: gradle: - yes + - versionName: 1.1.1 + versionCode: 8 + commit: d6384c5d82aa55e4ed7c5598e852a9c1a6ff36e9 + 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.1.0 -CurrentVersionCode: 7 +CurrentVersion: 1.1.1 +CurrentVersionCode: 8