From d5af179f06b908796bef656ede394adb722084c7 Mon Sep 17 00:00:00 2001 From: Izzy Date: Wed, 5 Oct 2022 23:02:01 +0000 Subject: [PATCH] Nextpush: disable latest build on request by author as it crashes --- .../org.unifiedpush.distributor.nextpush.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml index 4cb22c812c..63b4f9e6b7 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -127,6 +127,7 @@ Builds: - versionName: 1.4.1 versionCode: 16 + disable: crashes (reported by author) commit: ac67201dd9bfe2c62987df41c6179b880040b436 subdir: app sudo: @@ -136,7 +137,18 @@ Builds: gradle: - yes + - versionName: 1.4.2 + versionCode: 17 + commit: 45c41e8e2aed6177920e6a785e4623b638278ea8 + 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.4.1 -CurrentVersionCode: 16 +CurrentVersion: 1.4.2 +CurrentVersionCode: 17