From fada5916da88445f13a11404544d15a3fe00f565 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 11 Jun 2022 03:39:31 +0000 Subject: [PATCH] Update NextPush to 1.3.2 (13) --- 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 787e8b0ba7..783a0e994b 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -92,7 +92,18 @@ Builds: gradle: - yes + - versionName: 1.3.2 + versionCode: 13 + commit: 1a5a5f6d58d0350f2f15f43fb23bbfcb9efab79a + 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.1 -CurrentVersionCode: 12 +CurrentVersion: 1.3.2 +CurrentVersionCode: 13