diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml index 4ed5642e11..787e8b0ba7 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -81,7 +81,18 @@ Builds: gradle: - yes + - versionName: 1.3.1 + versionCode: 12 + commit: 04e7d175f674a6db293e55bd97c689d29149183f + 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.0 -CurrentVersionCode: 11 +CurrentVersion: 1.3.1 +CurrentVersionCode: 12