From 0d3bc18869b069d0c8f7c67ae8502b5cc117cfc1 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 1 Sep 2023 18:56:29 +0000 Subject: [PATCH] Update NextPush to 1.8.0 (27) --- 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 fda0499bed..8ac9709b7e 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -220,7 +220,18 @@ Builds: gradle: - yes + - versionName: 1.8.0 + versionCode: 27 + commit: 08aca7b5bdbf67bca0284c7445a7d0d85db8fa1c + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags ^[\d.]+$ -CurrentVersion: 1.7.1 -CurrentVersionCode: 26 +CurrentVersion: 1.8.0 +CurrentVersionCode: 27