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