diff --git a/metadata/org.unifiedpush.distributor.nextpush.yml b/metadata/org.unifiedpush.distributor.nextpush.yml index 73845ffa70..59bc95b63d 100644 --- a/metadata/org.unifiedpush.distributor.nextpush.yml +++ b/metadata/org.unifiedpush.distributor.nextpush.yml @@ -26,7 +26,18 @@ Builds: gradle: - yes + - versionName: 1.1.0 + versionCode: 7 + commit: 02bb2c03180a5b0fd338556982814ccb1b1aaa78 + 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.0.1 -CurrentVersionCode: 6 +CurrentVersion: 1.1.0 +CurrentVersionCode: 7