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