From f184d448118a482e486c348d5541b983b0b1cc75 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Wed, 14 Sep 2022 03:49:08 +0000 Subject: [PATCH] Update NextPush to 1.3.3 (14) --- 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 783a0e994b..94e687f097 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -103,7 +103,18 @@ Builds: gradle: - yes + - versionName: 1.3.3 + versionCode: 14 + commit: 079c64716481590d10654946334748adf362771e + 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.3.2 -CurrentVersionCode: 13 +CurrentVersion: 1.3.3 +CurrentVersionCode: 14